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/import_test.go | |
parent | 5c3554c7e49abe263faf54c61e435ba1d5202d27 (diff) |
go module in git.tjp.lol
Diffstat (limited to 'internal/commands/import_test.go')
-rw-r--r-- | internal/commands/import_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/commands/import_test.go b/internal/commands/import_test.go index ed59f92..6907b23 100644 --- a/internal/commands/import_test.go +++ b/internal/commands/import_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "punchcard/internal/queries" + "git.tjp.lol/punchcard/internal/queries" ) func TestImportCommand(t *testing.T) { |