test: fix wrongly named class

The test class for the v2 tests was wrongly named `TestFormatV1`.
This commit is contained in:
Diaa Sami 2021-07-20 13:32:45 +02:00 committed by Christian Kellner
parent 54d7128d65
commit 8be74157ae

View file

@ -134,7 +134,7 @@ BAD_REF_PIPELINE = {
}
class TestFormatV1(unittest.TestCase):
class TestFormatV2(unittest.TestCase):
def setUp(self):
self.index = osbuild.meta.Index(os.curdir)
self.maxDiff = None