From 665bd389a0a1c8adadcaa1122e846cc81f5ead31 Mon Sep 17 00:00:00 2001 From: T Date: Tue, 5 Aug 2025 11:37:02 -0600 Subject: WIP TUI --- internal/commands/in_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/commands/in_test.go') diff --git a/internal/commands/in_test.go b/internal/commands/in_test.go index 3832037..884a459 100644 --- a/internal/commands/in_test.go +++ b/internal/commands/in_test.go @@ -99,7 +99,7 @@ func TestInCommand(t *testing.T) { setupData: func(q *queries.Queries) (int64, int64) { return 0, 0 }, args: []string{"in"}, expectError: true, - errorContains: "client is required", + errorContains: "no previous time entries found", }, { name: "punch in with nonexistent client", -- cgit v1.2.3