Skip to content

Commit 1d3167e

Browse files
hugovkiMichka
authored andcommitted
Fix assertIn test
1 parent 2a5dac4 commit 1d3167e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/patcher_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_constructor_patcher(self):
168168
"<std::basic_string<char, std::char_traits<char>, " +
169169
"std::allocator<char> > >()))")]
170170
self.assertIn(
171-
clone_tree.arguments[0].default_value in default_values)
171+
clone_tree.arguments[0].default_value, default_values)
172172

173173

174174
class tester_32_t(tester_impl_t):

0 commit comments

Comments
 (0)