Skip to content

Commit

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

def test_serialize_decimal_large2(cur):
if os.getenv('default_store', '') != 'monetdb':
if os.getenv('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))')
cur.execute('INSERT INTO t(i, a) VALUES (0, ?)', (2**77,))
Expand Down

0 comments on commit e0d2421

Please sign in to comment.