Skip to content

Commit 329ee12

Browse files
committed
feature tests
1 parent 8338d19 commit 329ee12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/kotlin/com/coder/gateway/cli/CoderCLIManagerTest.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,8 @@ internal class CoderCLIManagerTest {
722722
val tests =
723723
listOf(
724724
Pair("2.5.0", Features(true)),
725-
Pair("4.9.0", Features(true)),
725+
Pair("2.13.0", Features(true, true)),
726+
Pair("4.9.0", Features(true, true)),
726727
Pair("2.4.9", Features(false)),
727728
Pair("1.0.1", Features(false)),
728729
)

0 commit comments

Comments
 (0)