Skip to content

Commit

Permalink
fix: account test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJhu committed Jan 15, 2024
1 parent 22ad544 commit da52664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sqlc/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestListAccounts(t *testing.T) {
arg := ListAccountsParams{
Owner: lastAccount.Owner,
Limit: 5,
Offset: 5,
Offset: 0,
}

accounts, err := testQueries.ListAccounts(context.Background(), arg)
Expand Down

0 comments on commit da52664

Please sign in to comment.