Skip to content

Commit

Permalink
fixed incorrect function
Browse files Browse the repository at this point in the history
  • Loading branch information
datomo committed May 15, 2024
1 parent f2f2701 commit 1aa82f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def test_serialize_decimal_large(cur):
cur.execute('INSERT INTO t(i, a) VALUES (0, ?)', (2**77,))

def test_serialize_decimal_large2(cur):
def test_serialize_decimal_large2(cur):
if os.environ['default-store'] != 'monetdb':
cur.execute('DROP TABLE IF EXISTS t')
cur.execute('CREATE TABLE t(i INTEGER NOT NULL, a DECIMAL NOT NULL, PRIMARY KEY(i))')
Expand Down

0 comments on commit 1aa82f3

Please sign in to comment.