Skip to content

Commit cf16699

Browse files
committed
Fixed _storage.pyi unit test
Signed-off-by: Luke Sy <[email protected]>
1 parent f12177f commit cf16699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rosbag2_py/rosbag2_py/_storage.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ class StorageOptions:
103103
max_bagfile_duration: int
104104
max_bagfile_size: int
105105
max_cache_size: int
106-
max_splits: int
107-
max_record_size: int
108106
max_record_duration: int
107+
max_record_size: int
108+
max_splits: int
109109
snapshot_mode: bool
110110
start_time_ns: int
111111
storage_config_uri: str

0 commit comments

Comments
 (0)