Skip to content

Commit

Permalink
FDP-2551 ~ Fixes unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Sander van der Heijden <[email protected]>
  • Loading branch information
smvdheijden committed Nov 29, 2024
1 parent 16765c6 commit bf334f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class RebootCommandResultHandlerTest {
fun hasSucceededTestSource(): Stream<Arguments> =
Stream.of(
Arguments.of(listOf("INIT", "WDR"), "0", true),
Arguments.of(listOf("INIT"), "0", false),
Arguments.of(listOf("INIT"), "0", true),
Arguments.of(listOf("WDR"), "0", false),
Arguments.of(listOf("PSK:TMP", "PSK:SET"), "!PSK:######;PSK:######SET", false),
)
Expand Down

0 comments on commit bf334f6

Please sign in to comment.