Package update (#19)

Reviewed-on: #19
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-26 21:31:04 +00:00
committed by phoenix
parent e737280a3c
commit 340c90211f
5 changed files with 18 additions and 14 deletions
+5 -2
View File
@@ -2,6 +2,7 @@ package parser
import (
"fmt"
"log"
"testing"
"git.kundeng.us/phoenix/textsender-models/tx0/contact"
@@ -39,12 +40,14 @@ func Test_RemoveDups(t *testing.T) {
for _, val := range finalAmount {
fmt.Println("PhoneNumber:", val.PhoneNumber)
}
fmt.Println("Printing test values")
fmt.Println("\nPrinting test values")
for _, val := range testValues {
fmt.Println("PhoneNumber:", val.PhoneNumber)
}
t.Error("Data has not be updated")
t.Error("Data has not been updated")
} else {
log.Println("The duplicates have been removed")
}
}