Skip to content

Commit 035d799

Browse files
comanescarlehoff
authored andcommitted
adjusted patch in inconsistent_ct
1 parent 7111720 commit 035d799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validphys2/src/validphys/tests/test_inconsistent_ct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class TestInconsistentCommonData(unittest.TestCase):
1414

1515
@patch(
16-
'validphys.closuretest.inconsistent_closuretest.inconsistent_ct.InconsistentCommonData',
16+
'validphys.closuretest.inconsistent_ct.InconsistentCommonData',
1717
autospec=True,
1818
)
1919
def setUp(self, MockInconsistentCommonData):

0 commit comments

Comments
 (0)