Skip to content

Commit 699df87

Browse files
Laura SandovalLaura Sandoval
authored andcommitted
update test
1 parent d7c67fa commit 699df87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

imap_processing/tests/ialirt/unit/test_calculate_ingest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ def test_packets_created():
1818
) as f:
1919
lines = f.readlines()
2020

21-
actual_output = packets_created(datetime(2025, 7, 31, 16, 33, 39, 0), lines)
21+
actual_output = packets_created(datetime(2026, 7, 31, 16, 33, 39, 0), lines)
2222

2323
expected = {
2424
"Kiel": {
2525
"last_data_received": [
26-
"2025-01-21T09:57:58Z",
27-
"2025-01-21T10:27:59Z",
26+
"2026-01-21T09:57:58Z",
27+
"2026-01-21T10:27:59Z",
2828
],
2929
"rate_kbps": [2.0, 2.0],
3030
}

0 commit comments

Comments
 (0)