You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pycovenantsql/tests/test_basic.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ def test_string(self):
69
69
self.safe_create_table(
70
70
conn, "test_string", "create table test_string (a text)")
71
71
test_value="I am a test string"
72
+
test_value="My friends had no problem buying #bitcoin at $7K all the way to $20K. Most of them have panic sold at a loss and now won't dare to re-invest at $4K. Something tells me this cycle will repeat again at $40K to $80K per $BTC. 🤔"
72
73
73
74
c.execute("insert into test_string (a) values (%s)", test_value)
0 commit comments