Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Nov 1, 2024
1 parent 7875beb commit 750ffe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/broker/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

tests = [
#(ports required, 'path'),
(1, './01-bad-initial-packets.py'),
(1, './01-bad-packets.py'),
(1, './01-bad-initial-packets.py'),
(1, './01-bad-packets.py'),
(1, './01-connect-575314.py'),
(1, './01-connect-allow-anonymous.py'),
(1, './01-connect-disconnect-v5.py'),
Expand Down Expand Up @@ -71,7 +71,7 @@

(1, './04-retain-check-source-persist.py'),
(1, './04-retain-check-source.py'),
(1, './04-retain-clear-multiple.py'),
(1, './04-retain-clear-multiple.py'),
(1, './04-retain-qos0-clear.py'),
(1, './04-retain-qos0-fresh.py'),
(1, './04-retain-qos0-repeated.py'),
Expand Down

0 comments on commit 750ffe5

Please sign in to comment.