Skip to content

Commit 2abe447

Browse files
committed
[skip changelog] Fix compile tests
1 parent 13fa7de commit 2abe447

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: test/test_compile.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,8 @@ def test_compile_without_precompiled_libraries(run_command, data_dir):
237237
# USBBlaster library
238238
result = run_command('lib install "[email protected]"')
239239
assert result.ok
240-
result = run_command(
241-
"compile -b arduino:samd:mkrvidor4000 {}/libraries/USBBlaster/examples/USB_Blaster/".format(data_dir)
242-
)
240+
result = run_command(f"compile -b arduino:samd:mkrvidor4000 {data_dir}/libraries/USBBlaster/examples/USB_Blaster/")
241+
243242

244243
def test_compile_with_build_properties_flag(run_command, data_dir, copy_sketch):
245244
# Init the environment explicitly

0 commit comments

Comments
 (0)