Converter:
Fix assert statement
This commit is contained in:
@@ -1 +1 @@
|
||||
assert {boolMethod()}
|
||||
assert(boolMethod())
|
||||
Reference in New Issue
Block a user
Fix assert statement
@@ -1 +1 @@
|
||||
assert {boolMethod()}
|
||||
assert(boolMethod())
|
||||