MCPcopy Create free account
hub / github.com/SummerSec/SpringExploit / Test_getLatestVersionFromGithub

Function Test_getLatestVersionFromGithub

cmd/commons/core/update_test.go:21–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19}
20
21func Test_getLatestVersionFromGithub(t *testing.T) {
22 tests := []struct {
23 name string
24 want string
25 }{
26 // TODO: Add test cases.
27 }
28 for _, tt := range tests {
29 t.Run(tt.name, func(t *testing.T) {
30 //if got := getLatestVersionFromGithub(); got != tt.want {
31 // t.Errorf("getLatestVersionFromGithub() = %v, want %v", got, tt.want)
32 //}
33 })
34 }
35}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected