Skip to content

Commit

Permalink
FDP-2306: small urc change in test
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <[email protected]>
  • Loading branch information
loesimmens committed May 31, 2024
1 parent e75f8fe commit 971b2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class UrcServiceTest {
listOf("PSK:HSER"),
listOf("PSK:CSER"),
listOf("TS:ERR", "PSK:DLER"),
listOf("PSK:#ERR", "PSK:DLER"))
listOf("PSK:HSER", "PSK:DLER"))

@JvmStatic
private fun notContainingPskErrorUrcs() =
Expand Down

0 comments on commit 971b2c1

Please sign in to comment.