Skip to content

Commit cd5922b

Browse files
author
Kurt Biery
committed
Modified the default frame file provided in the drunc_config class (data_classes.py file) to use a recent data file.
1 parent 37beccd commit cd5922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationtest/data_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class drunc_config:
4444
session: str = "integtest"
4545
session_name: str = None
4646
dro_map_config: DROMap_config = field(default_factory=lambda: DROMap_config(1))
47-
frame_file: str = "asset://?checksum=e96fd6efd3f98a9a3bfaba32975b476e"
47+
frame_file: str = "asset://?checksum=370df564205290d27cab47e44ae4ca47"
4848
tpg_enabled: bool = False
4949
trmon_app_enabled: bool = False
5050
fake_hsi_enabled: bool = False

0 commit comments

Comments
 (0)