Skip to content

Commit

Permalink
Merge pull request #11 from fluidpay/develop
Browse files Browse the repository at this point in the history
updated tests
  • Loading branch information
stevemkroll authored May 23, 2019
2 parents b0b0339 + 0bdb6a2 commit 29ae1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var TestStringToIntData = []struct {
{"$10,000,000", "JPY", 10000000},
}

func TestPlainStringToInt(t *testing.T) {
func TestStringToInt(t *testing.T) {
for _, v := range TestStringToIntData {
result, err := StringToInt(v.Num, v.Alpha)
if err != nil {
Expand Down

0 comments on commit 29ae1aa

Please sign in to comment.