diff --git a/pkg/fingerprint/fingerprint_test.go b/pkg/fingerprint/fingerprint_test.go index b9f1b51492c13bc89504f0baa326e6063e52e175..850bc769e3f656fe6e9082a9362877ed24ae9285 100644 --- a/pkg/fingerprint/fingerprint_test.go +++ b/pkg/fingerprint/fingerprint_test.go @@ -23,12 +23,7 @@ var ( input2 string distance uint8 }{ - { - name: "same", - input1: "hello world", - input2: "hello world", - distance: 0, - }, + { name: "prefix", input1: "hello world",