Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykGala committed Nov 17, 2022
1 parent dc9cfbd commit 96868af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/neptune/new/cli/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def test_list_containers(tmp_path, mocker, capsys, backend, status_runner, conta
assert captured.out.splitlines() == [
"Unsynchronized objects:",
f"- {get_qualified_name(unsynced_container)}",
"Synchronized objects:",
f"- {get_qualified_name(synced_container)}",
"",
"Please run with the `neptune sync --help` to see example commands.",
]
Expand Down Expand Up @@ -105,8 +103,6 @@ def test_list_trashed_containers(tmp_path, mocker, capsys, backend, status_runne
assert captured.out.splitlines() == [
"Unsynchronized objects:",
f"- {get_qualified_name(unsynced_container)} (Trashed)",
"Synchronized objects:",
f"- {get_qualified_name(synced_container)} (Trashed)",
"",
"Please run with the `neptune sync --help` to see example commands.",
]
Expand Down

0 comments on commit 96868af

Please sign in to comment.