Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezfranciscof committed Nov 16, 2021
1 parent 49d1097 commit bf8ad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmdline/commands/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def tests_database_version(run_cli_command, manager):
db_ver = backend_manager.get_schema_version_backend()

result = run_cli_command(cmd_status.verdi_status)
assert f'{db_gen} / {db_ver}' in result.output_lines[4]
assert f'{db_gen} / {db_ver}' in result.output

0 comments on commit bf8ad01

Please sign in to comment.