Skip to content

Commit 5910928

Browse files
committed
fix an update test
was a duplicate of the previous test
1 parent a3e8be9 commit 5910928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/table/test_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_update(self):
2222
def test_update_values(self):
2323
self.insert_rows()
2424

25-
Band.update({Band.name: "Pythonistas3"}).where(
25+
Band.update().values({Band.name: "Pythonistas3"}).where(
2626
Band.name == "Pythonistas"
2727
).run_sync()
2828

0 commit comments

Comments
 (0)