Apply a few gofmt -s fixes.
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm_test.go
index 5ab0e4fcb3092aa74743f58bdec05bc104359eb1..5879f84d8385ece8176f3e0b14c1a68a159c0c87 100644 (file)
@@ -159,8 +159,8 @@ func (s *TestSuite) TestSbatchFail(c *C) {
 
        var ll arvados.LogList
        err = arv.List("logs", arvadosclient.Dict{"filters": [][]string{
-               []string{"object_uuid", "=", container.UUID},
-               []string{"event_type", "=", "dispatch"},
+               {"object_uuid", "=", container.UUID},
+               {"event_type", "=", "dispatch"},
        }}, &ll)
        c.Assert(len(ll.Items), Equals, 1)
 }