diff options
author | T <t@tjp.lol> | 2025-08-13 16:48:58 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-13 16:49:20 -0600 |
commit | 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 (patch) | |
tree | f06d8691fd13bee6ebccfc17a08c599bd5710705 /internal/commands/report_coalescing_test.go | |
parent | 5c3554c7e49abe263faf54c61e435ba1d5202d27 (diff) |
go module in git.tjp.lol
Diffstat (limited to 'internal/commands/report_coalescing_test.go')
-rw-r--r-- | internal/commands/report_coalescing_test.go | 4 |
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 +} |