Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use single quotes
  • Loading branch information
pythops authored and tony committed Jul 9, 2020
commit 10e5561e96026b8c6947411720ba292a30bf67d2
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,4 +592,4 @@ def test_ls_cli(monkeypatch, tmpdir):
runner = CliRunner()

cli_output = runner.invoke(command_ls).output
assert cli_output == "session_1\nsession_2\nsession_3\n"
assert cli_output == 'session_1\nsession_2\nsession_3\n'