Skip to content

Commit

Permalink
[config] Update the number of messages in test file.
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Zhao <[email protected]>
  • Loading branch information
yozhao101 committed Mar 3, 2021
1 parent 3fdc2cc commit 0bc150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_load_minigraph(self, get_cmd_module, setup_single_broadcom_asic):
traceback.print_tb(result.exc_info[2])
assert result.exit_code == 0
assert "\n".join([l.rstrip() for l in result.output.split('\n')]) == load_minigraph_command_output
assert mock_run_command.call_count == 7
assert mock_run_command.call_count == 9

@classmethod
def teardown_class(cls):
Expand Down

0 comments on commit 0bc150a

Please sign in to comment.