Skip to content

Commit f4e40e4

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pytest-embedded-arduino/tests/test_arduino.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22

33

44
def test_arduino_serial_flash(testdir):
5-
bin_path = os.path.join(
6-
testdir.tmpdir,
7-
'hello_world_arduino',
8-
'build',
9-
'hello_world_arduino.ino.merged.bin'
10-
)
5+
bin_path = os.path.join(testdir.tmpdir, 'hello_world_arduino', 'build', 'hello_world_arduino.ino.merged.bin')
116

127
testdir.makepyfile(f"""
138
import pexpect

0 commit comments

Comments
 (0)