Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizxd committed Feb 9, 2024
1 parent 75ceffe commit b9e2ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/sqlc/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func TestUpdateTransfer(t *testing.T) {

func TestDeleteTransfer(t *testing.T) {
transfer1 := createRandomTransfer(t)
fmt.Println(">> transfer1: ", transfer1)
err := testQueries.DeleteTransfer(context.Background(), transfer1.ID)
require.NoError(t, err)

Expand Down

0 comments on commit b9e2ba6

Please sign in to comment.