From 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 13 Aug 2025 16:48:58 -0600 Subject: go module in git.tjp.lol --- internal/commands/report_coalescing_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/commands/report_coalescing_test.go') 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 +} -- cgit v1.2.3