Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizxd committed Feb 8, 2024
1 parent c15a90d commit 564b988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/sqlc/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package db
import (
"context"
"database/sql"
"fmt"
"github.com/hafizxd/simple_bank/util"
"testing"
"time"
Expand Down Expand Up @@ -77,7 +76,6 @@ func TestDeleteTransfer(t *testing.T) {
require.NoError(t, err)

transfer2, err := testQueries.GetAccount(context.Background(), transfer1.ID)
fmt.Println(">> delete transfer err", err.Error())
require.Error(t, err)
require.EqualError(t, err, sql.ErrNoRows.Error())
require.Empty(t, transfer2)
Expand Down

0 comments on commit 564b988

Please sign in to comment.