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:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user