MCPcopy Index your code
hub / github.com/coder/coder / TestRPCVersionLatest

Function TestRPCVersionLatest

vpn/version_test.go:11–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestRPCVersionLatest(t *testing.T) {
12 t.Parallel()
13 require.NoError(t, vpn.CurrentSupportedVersions.Validate())
14}
15
16func TestRPCVersionParseString(t *testing.T) {
17 t.Parallel()

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected