Skip to content

Commit

Permalink
Fix kebab-case in mini-jag. (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jan 14, 2025
1 parent 672e5c2 commit 5493473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hw/esp-tester/mini-jag.toit
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ install-new-test:
containers.uninstall id

network/net.Client? := null
for i := 0; i < NETWORK_RETRIES; i++:
catch --unwind=(: i == NETWORK_RETRIES - 1):
for i := 0; i < NETWORK-RETRIES; i++:
catch --unwind=(: i == NETWORK-RETRIES - 1):
network = net.open
break
sleep (Duration --s=i)
Expand Down

0 comments on commit 5493473

Please sign in to comment.