Skip to content

Commit a8d86cd

Browse files
committed
wrong copy paste
1 parent ca7f7af commit a8d86cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/postgres-database/tests/test_comp_tasks.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ async def test_listen_query(
152152
for n, output in enumerate(update_outputs):
153153
assert output
154154
assert tasks[n]["changes"] == ["modified", "outputs"]
155-
assert tasks[0]["action"] == "UPDATE"
156-
assert tasks[0]["table"] == "comp_tasks"
157-
assert tasks[0]["task_id"] == task["task_id"]
158-
assert tasks[0]["project_id"] == task["project_id"]
159-
assert tasks[0]["node_id"] == task["node_id"]
155+
assert tasks[n]["action"] == "UPDATE"
156+
assert tasks[n]["table"] == "comp_tasks"
157+
assert tasks[n]["task_id"] == task["task_id"]
158+
assert tasks[n]["project_id"] == task["project_id"]
159+
assert tasks[n]["node_id"] == task["node_id"]

0 commit comments

Comments
 (0)