aboutsummaryrefslogtreecommitdiff
path: root/pkg/spool/parse_test.go
diff options
context:
space:
mode:
authorJulien Dessaux2021-04-23 16:51:22 +0200
committerJulien Dessaux2021-04-23 16:51:22 +0200
commit38d9c881b3b5ece91f428c87f0b7bb9efb3e88a8 (patch)
treed3f7167fae6388f4db35a63e660d1816c9c2943e /pkg/spool/parse_test.go
parentFixed wrongfully hardcoded path in tests. (diff)
downloadbareos-zabbix-check-1.2.tar.gz
bareos-zabbix-check-1.2.tar.bz2
bareos-zabbix-check-1.2.zip
Updated for go 1.16 modules1.2
Diffstat (limited to '')
-rw-r--r--pkg/spool/parse_test.go (renamed from spool/parse_test.go)3
1 files changed, 2 insertions, 1 deletions
diff --git a/spool/parse_test.go b/pkg/spool/parse_test.go
index 80b961f..cfbb050 100644
--- a/spool/parse_test.go
+++ b/pkg/spool/parse_test.go
@@ -1,12 +1,13 @@
package spool
import (
- "bareos-zabbix-check/job"
"bytes"
"io"
"reflect"
"testing"
"testing/iotest"
+
+ "git.adyxax.org/adyxax/bareos-zabbix-check/pkg/job"
)
func TestParse(t *testing.T) {