Skip to content

Commit

Permalink
Changes to make timeliner support date-less log formats #4697
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 30, 2024
1 parent 651055f commit dfca409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/engine/timeliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def testGetBaseDate(self):

# TODO: improve test coverage.

def testGetCurrentYear(self):
def testGetCurrentDate(self):
"""Tests the _GetCurrentDate function."""
event_data_timeliner = timeliner.EventDataTimeliner(
data_location=shared_test_lib.TEST_DATA_PATH)
Expand Down

0 comments on commit dfca409

Please sign in to comment.