diff options
author | T <t@tjp.lol> | 2025-08-05 11:37:02 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-05 11:37:08 -0600 |
commit | 665bd389a0a1c8adadcaa1122e846cc81f5ead31 (patch) | |
tree | f34f9ec77891308c600c680683f60951599429c3 /internal/commands/in_test.go | |
parent | dc895cec9d8a84af89ce2501db234dff33c757e2 (diff) |
WIP TUI
Diffstat (limited to 'internal/commands/in_test.go')
-rw-r--r-- | internal/commands/in_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |