Skip to content
Snippets Groups Projects

Fixing build

Merged Daniel Lyons requested to merge fixing-build into 2.8.2-DEVELOPMENT
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"\."
Loading