Skip to content

Commit 3c3421f

Browse files
committed
rollbacks
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 41dd477 commit 3c3421f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
1717

1818

19-
import unittest
2019
from itertools import product
20+
from unittest import TestCase
2121

2222
from ddt import data, ddt, named_data, unpack
2323

@@ -31,7 +31,7 @@
3131

3232

3333
@ddt
34-
class TestGetSchemabasedValidator(unittest.TestCase):
34+
class TestGetSchemabasedValidator(TestCase):
3535

3636
@named_data(*([f'{f.name} {v.name}', f, v]
3737
for f, v

0 commit comments

Comments
 (0)