aboutsummaryrefslogtreecommitdiffstats
path: root/axon_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
committerbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
commit170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch)
tree1c865de97bcc5d2a12e35426d53b939222c57f03 /axon_test.go
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
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// --------------------------------------------------------------------------