Skip to content

Commit

Permalink
Timeseries needs to be open in order to ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Jun 10, 2024
1 parent 3d6a6b6 commit e5e99c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lard_tests/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ pub fn mock_permit_tables() -> Arc<RwLock<(ParamPermitTable, StationPermitTable)
(2, 0),
(3, 0),
(4, 1), // open
// used in e2e tests
(1800, 1),
(40001, 1),
]);

Arc::new(RwLock::new((param_permit, station_permit)))
Expand Down

0 comments on commit e5e99c0

Please sign in to comment.