Skip to content

Commit cfe70ff

Browse files
committed
Fixed test_core_install_esp32
1 parent ea790fc commit cfe70ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_core_install_esp32(run_command, data_dir):
122122
# prevent regressions for https://github.com/arduino/arduino-cli/issues/163
123123
assert os.path.exists(
124124
os.path.join(
125-
sketch_path, "test_core_install_esp32.esp32.esp32.esp32.partitions.bin"
125+
sketch_path, "build/esp32.esp32.esp32/test_core_install_esp32.ino.partitions.bin"
126126
)
127127
)
128128

0 commit comments

Comments
 (0)