Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
frcaud committed Feb 21, 2022
1 parent c0f7a35 commit 24bdddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramp-database/ramp_database/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_add_event(make_toy_db):

def test_delete_problem(make_toy_db):
runner = CliRunner()
ramp_config = generate_ramp_config(read_config(ramp_config_template()))
ramp_config = read_config(ramp_config_template())
runner.invoke(
main,
[
Expand Down

0 comments on commit 24bdddc

Please sign in to comment.