Skip to content

Commit cd13aa2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28dddb9 commit cd13aa2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pytest-embedded-arduino/tests/test_arduino.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ def test_arduino_serial_flash(testdir):
88
99
def test_arduino_app(app, dut):
1010
expected_bin = os.path.join({
11-
os.path.join(testdir.tmpdir,
12-
'hello_world_arduino',
13-
'build',
14-
'hello_world_arduino.ino.merged.bin'
15-
)
16-
})
11+
os.path.join(testdir.tmpdir, 'hello_world_arduino', 'build', 'hello_world_arduino.ino.merged.bin')
12+
})
1713
assert app.binary_file == expected_bin
1814
assert app.target == 'esp32'
1915
expected_fqbn = (

0 commit comments

Comments
 (0)