mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-11 20:45:32 +08:00
Some cleanup based on goreportcard linters (#517)
This commit is contained in:
committed by
Victor Vrantchan
parent
c146e224d7
commit
f45a0469f0
@@ -109,7 +109,7 @@ func TestNext_Idle(t *testing.T) {
|
||||
CommandUUID: "xCmd",
|
||||
Status: "Idle",
|
||||
}
|
||||
for i, _ := range dc.Commands {
|
||||
for i := range dc.Commands {
|
||||
cmd, err := store.nextCommand(ctx, resp)
|
||||
if err != nil {
|
||||
t.Fatalf("expected nil, but got err: %s", err)
|
||||
|
||||
Reference in New Issue
Block a user