Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix condition and add tests
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Nov 5, 2025
commit 3006898c0759c07d9e4754b7d67acc4d7443eacb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Test

@Suppress("MagicNumber")
class CheckWCFRestrictionsTests {

private val version29 = Triple(29, 0, 0)
Expand Down