Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Apr 29, 2024
1 parent 77074ab commit cdc292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Callback.py → test/test_module_Callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def test_init_get_ip_error(self, mock_get_ip, mock_environ_get):
mock_get_ip.side_effect = RuntimeError("Failed to get IP")

callback = Callback()
assert_callback_attributes(callback)
assert_callback_attributes(callback)

0 comments on commit cdc292c

Please sign in to comment.