diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-30 02:53:06 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-30 02:53:06 +0300 |
commit | dd42100aa2f062a4e53399a3cabce732eaf0f6e5 (patch) | |
tree | 5913585fe0878b3cb4b4fe852f3b3345cfca4f94 /damm/damm_test.go | |
parent | 878cb24695b7d39fa9de65a1e164abc84dc67ead (diff) |
Diffstat (limited to 'damm/damm_test.go')
-rw-r--r-- | damm/damm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/damm/damm_test.go b/damm/damm_test.go index 1f338b8..94b3712 100644 --- a/damm/damm_test.go +++ b/damm/damm_test.go @@ -7,7 +7,7 @@ import ( "github.com/neonxp/checksum" ) -func TestLuhn(t *testing.T) { +func TestDamm(t *testing.T) { samples := map[string]error{ "456126121234546": checksum.ErrInvalidChecksum, "A56126121234546": checksum.ErrInvalidNumber, |