aboutsummaryrefslogtreecommitdiffstats
path: root/axon_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'axon_test.go')
-rw-r--r--axon_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/axon_test.go b/axon_test.go
index b7f5bd6..0775c0c 100644
--- a/axon_test.go
+++ b/axon_test.go
@@ -9,7 +9,7 @@ import (
9 "testing" 9 "testing"
10 "time" 10 "time"
11 11
12 "axon" 12 "code.northwest.io/axon"
13) 13)
14 14
15// -------------------------------------------------------------------------- 15// --------------------------------------------------------------------------