MCPcopy Index your code
hub / github.com/cli/cli / TestUpdateAvailable_NoCurrentVersion

Function TestUpdateAvailable_NoCurrentVersion

pkg/cmd/extension/extension_test.go:18–24  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

16}
17
18func TestUpdateAvailable_NoCurrentVersion(t *testing.T) {
19 e := &Extension{
20 kind: LocalKind,
21 }
22
23 assert.False(t, e.UpdateAvailable())
24}
25
26func TestUpdateAvailable_NoLatestVersion(t *testing.T) {
27 e := &Extension{

Callers

nothing calls this directly

Calls 1

UpdateAvailableMethod · 0.95

Tested by

no test coverage detected