We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa91078 commit f0cdaa5Copy full SHA for f0cdaa5
1 file changed
tests/test_frame_decoding.py
@@ -15,7 +15,7 @@
15
16
17
def load_dbc():
18
- test_file = "../tests/files/dbc/test_frame_decoding.dbc"
+ test_file = "tests/files/dbc/test_frame_decoding.dbc"
19
return canmatrix.formats.loadp_flat(test_file)
20
21
0 commit comments