Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
[ci skip-build-wheels]
  • Loading branch information
gshuflin committed Sep 14, 2020
1 parent 42d03b9 commit f68a1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_pantsd_file_logging(self) -> None:
assert "[DEBUG] connecting to pantsd on port" in daemon_run.stderr_data

pantsd_log = "\n".join(read_pantsd_log(ctx.workdir))
assert "[DEBUG] logging initialized" in pantsd_log
assert "[DEBUG] Logging reinitialized in pantsd context" in pantsd_log

0 comments on commit f68a1a1

Please sign in to comment.