mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-06-23 04:10:25 +00:00
fixed lint error
This commit is contained in:
@@ -225,4 +225,4 @@ func evidenceNonce(report []byte) (string, error) {
|
||||
// SetExecCommandContext allows tests to inject a mock exec.CommandContext.
|
||||
func (v *verifier) SetExecCommandContext(cmdFunc func(ctx context.Context, name string, arg ...string) *exec.Cmd) {
|
||||
v.execCommandContext = cmdFunc
|
||||
}
|
||||
}
|
||||
|
||||
@@ -347,4 +347,4 @@ func TestMatchesCoRIM(t *testing.T) {
|
||||
m := &corim.UnsignedCorim{Tags: []corim.Tag{bad}}
|
||||
assert.True(t, matchesCoRIM(digest, m))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user