add 1.19.x versions to test config

pull/11115/head
Evan Culver 3 years ago
parent 1709309cc7
commit 2d23f92b35
No known key found for this signature in database
GPG Key ID: 3BBE9838C95315C7

@ -121,6 +121,7 @@ func TestDetermineSupportedProxyFeaturesFromString(t *testing.T) {
"1.16.0", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5",
"1.17.0", "1.17.1", "1.17.2", "1.17.3", "1.17.4",
"1.18.0", "1.18.1", "1.18.2", "1.18.3", "1.18.4",
"1.19.0", "1.19.1",
} {
cases[v] = testcase{expect: supportedProxyFeatures{}}
}

Loading…
Cancel
Save