diff options
Diffstat (limited to 'internal/reporter/reporter_test.go')
| -rw-r--r-- | internal/reporter/reporter_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/reporter/reporter_test.go b/internal/reporter/reporter_test.go index 1ddce23..60f7d66 100644 --- a/internal/reporter/reporter_test.go +++ b/internal/reporter/reporter_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/claudomator/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/storage" ) func sampleExecutions() []*storage.Execution { |
