Skip to content

Commit 67ec906

Browse files
committed
fix: test exercising the features available
1 parent 71cabd1 commit 67ec906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ internal class CoderCLIManagerTest {
863863
listOf(
864864
Pair("2.5.0", Features(true)),
865865
Pair("2.13.0", Features(true, true)),
866-
Pair("4.9.0", Features(true, true)),
866+
Pair("4.9.0", Features(true, true, true)),
867867
Pair("2.4.9", Features(false)),
868868
Pair("1.0.1", Features(false)),
869869
)

0 commit comments

Comments
 (0)