Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31bf766

Browse files
committedMay 15, 2020
Fixed test_core_install_esp32
1 parent ba08a5f commit 31bf766

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)
Please sign in to comment.