Skip to content

Commit c53c27d

Browse files
committed
avoid unicode in smoke test
1 parent cf96aa2 commit c53c27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/genomicsqlite_smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main():
140140
sys.exit(2)
141141

142142
dbconn.close()
143-
print("\n ✓ GenomicSQLite smoke test OK\n")
143+
print("\nGenomicSQLite smoke test OK =)\n")
144144
finally:
145145
os.remove(dbfile)
146146

0 commit comments

Comments
 (0)