Skip to content

Commit

Permalink
Update test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
claaslendt committed Nov 8, 2024
1 parent 487c9b8 commit a59f7bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ def test_loading_metadata(file_path):
'Battery_Voltage': '4,17',
'Board_Revision': 3,
'Device_Type': 'wGT3XBT',
'Download_Date': 1641205985000,
'Download_Date': '2022-01-03T10:33:05',
'Firmware': '1.9.2',
'Last_Sample_Time': 1641205800000,
'Last_Sample_Time': '2022-01-03T10:30:00',
'Sample_Rate': 100,
'Serial_Number': 'MOS2C06152277',
'Start_Date': 1641205200000,
'Stop_Date': 1641205800000,
'Start_Date': '2022-01-03T10:20:00',
'Stop_Date': '2022-01-03T10:30:00',
'Subject_Name': 'MOS2C06152277',
'TimeZone': '01:00:00',
'Unexpected_Resets': 0
Expand Down

0 comments on commit a59f7bd

Please sign in to comment.