We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5dac4 commit 1d3167eCopy full SHA for 1d3167e
unittests/patcher_tester.py
@@ -168,7 +168,7 @@ def test_constructor_patcher(self):
168
"<std::basic_string<char, std::char_traits<char>, " +
169
"std::allocator<char> > >()))")]
170
self.assertIn(
171
- clone_tree.arguments[0].default_value in default_values)
+ clone_tree.arguments[0].default_value, default_values)
172
173
174
class tester_32_t(tester_impl_t):
0 commit comments