Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Nov 14, 2023
1 parent 1a81cef commit 7365ba3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions worker/internal/benthos/transformers/card_number_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package neosync_transformers

import (
"fmt"
"strconv"
"testing"

Expand All @@ -22,9 +21,6 @@ func TestGenerateCardNumber(t *testing.T) {

val, err := GenerateCardNumber(false)

fmt.Println("val", val)
fmt.Println("luhn check", isValidLuhn((val)))

assert.NoError(t, err)
assert.Len(t, strconv.FormatInt(val, 10), 16, "The output card should be 16 characters long")
}
Expand Down

0 comments on commit 7365ba3

Please sign in to comment.