Remove forced assert
This commit is contained in:
parent
1b2a45b77e
commit
30332d2132
|
@ -64,5 +64,4 @@ def testSQLiteModFunction():
|
|||
assert vars[idx]%13 == int(i[0])
|
||||
idx = idx+1
|
||||
|
||||
assert 0 == 1
|
||||
cur.execute("DROP TABLE test")
|
||||
|
|
Loading…
Reference in New Issue
Block a user