Skip to content

Commit

Permalink
Caroline Gilbert: fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinecgilbert committed Mar 31, 2024
1 parent 097be29 commit 8bf5af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def test_parse_timestamp(self):
expected_timestamp = 1577836800000000000 # Expected nanoseconds since epoch
assert timestamp == expected_timestamp, "Timestamp should be correctly parsed to nanoseconds"

def test_call_method2(self):
def test_call_method_processes_log_correctly(self):
# Mock the logger and exporter
exporter = MagicMock()
logger = MagicMock()
Expand Down

0 comments on commit 8bf5af4

Please sign in to comment.