X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3e5ac41e4e38e6c8fa72883b803d85fcde53e25b..f3cb43d4be379703a965a1cb14cae5f5c855728f:/services/crunch-dispatch-slurm/squeue_test.go diff --git a/services/crunch-dispatch-slurm/squeue_test.go b/services/crunch-dispatch-slurm/squeue_test.go index de674a1397..d41e1982b4 100644 --- a/services/crunch-dispatch-slurm/squeue_test.go +++ b/services/crunch-dispatch-slurm/squeue_test.go @@ -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" )