summaryrefslogtreecommitdiff
path: root/internal/commands/report_coalescing_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/commands/report_coalescing_test.go')
-rw-r--r--internal/commands/report_coalescing_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/commands/report_coalescing_test.go b/internal/commands/report_coalescing_test.go
index 8f4d221..fd0172c 100644
--- a/internal/commands/report_coalescing_test.go
+++ b/internal/commands/report_coalescing_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"time"
- "punchcard/internal/queries"
+ "git.tjp.lol/punchcard/internal/queries"
)
func TestReportRateCoalescing(t *testing.T) {
@@ -248,4 +248,4 @@ func TestReportRateCoalescingWithoutProject(t *testing.T) {
if entry.EntryBillableRate.Valid {
t.Errorf("Expected entry billable rate to be NULL when no explicit override, got %d", entry.EntryBillableRate.Int64)
}
-} \ No newline at end of file
+}