Skip to content
Snippets Groups Projects
Commit 1befc26b authored by Daniel Lyons's avatar Daniel Lyons
Browse files

One more fix

parent 64da299e
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1379Fixing build
Pipeline #10013 passed
......@@ -54,7 +54,7 @@ def test_copy_output(capsys, project_rowset: RowSet):
lines = capsys.readouterr().out.strip().split("\n")
assert len(lines) == 3
assert lines[0] == r"COPY projects (id, name, timestamp, existential_crisis) FROM stdin;"
assert lines[1] == r"0 this 2021-07-16T16:16:50.010410 \N"
assert lines[1] == r"0 this 2021-07-16T22:16:50.010410 \N"
assert lines[2] == r"\."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment