aboutsummaryrefslogtreecommitdiff
path: root/pkg/state/job_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/state/job_test.go (renamed from state/job_test.go)3
1 files changed, 2 insertions, 1 deletions
diff --git a/state/job_test.go b/pkg/state/job_test.go
index 410401b..f814574 100644
--- a/state/job_test.go
+++ b/pkg/state/job_test.go
@@ -1,11 +1,12 @@
package state
import (
- "bareos-zabbix-check/job"
"bytes"
"io"
"reflect"
"testing"
+
+ "git.adyxax.org/adyxax/bareos-zabbix-check/pkg/job"
)
func Test_jobEntry_String(t *testing.T) {