test: fix wrongly named class
The test class for the v2 tests was wrongly named `TestFormatV1`.
This commit is contained in:
parent
54d7128d65
commit
8be74157ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue