Skip to content

Commit 10e5561

Browse files
pythopstony
authored andcommitted
Use single quotes
1 parent 82cfc69 commit 10e5561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ def test_ls_cli(monkeypatch, tmpdir):
592592
runner = CliRunner()
593593

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

0 commit comments

Comments
 (0)