Skip to content

Commit

Permalink
fixup! fixup! REMOVEME: just testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Aug 2, 2023
1 parent 53ac6ac commit 90aa568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/gcoap_fileserver/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_linear_topology(factory, zep_dispatch):
print(B.cmd("md5sum /nvm0/song2.txt"))
# make sure the content matches
assert B.cmd("md5sum /nvm0/song.txt").split()[2] == B.cmd("md5sum /nvm0/song2.txt").split()[2]

#
# clean up after run
B.cmd("vfs rm /nvm0/song.txt")
B.cmd("vfs rm /nvm0/song2.txt")
Expand Down

0 comments on commit 90aa568

Please sign in to comment.