Refactor the multi-host salt install page.
[arvados.git] / services / crunch-dispatch-slurm / squeue_test.go
index de674a1397a0fcc24a64d2c417b262e18e9554ae..d41e1982b4a91986259e09ea5fc985d7de6e45ce 100644 (file)
@@ -2,12 +2,12 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-package main
+package dispatchslurm
 
 import (
        "time"
 
-       "github.com/Sirupsen/logrus"
+       "github.com/sirupsen/logrus"
        . "gopkg.in/check.v1"
 )