Skip to content

Commit

Permalink
THEME-KIT #20 | fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gorsutlame committed Mar 22, 2024
1 parent 295e4ea commit 0bcc3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def test_watch_command_with_create_image_file_should_call_gateway_with_correct_a
)
self.assertIn(expected_call_added, self.mock_gateway.mock_calls)

assert mock_time.call_count == 1
mock_time.sleep.assert_called_once_with(0.07)

@patch("ntk.command.Command._get_accept_files", autospec=True)
@patch("ntk.command.Command._compile_sass", autospec=True)
Expand Down

0 comments on commit 0bcc3c1

Please sign in to comment.