fix some tests

This commit is contained in:
idk
2018-09-09 01:34:48 -04:00
parent f3a993315a
commit f7d729017d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ func Test_Basic(t *testing.T) {
fmt.Println("\tAttaching to SAM at " + yoursam)
sam, err := NewSAM(yoursam)
if err != nil {
fmt.Println(err.Error)
fmt.Println(err.Error())
t.Fail()
return
}

View File

@ -13,7 +13,7 @@ func Test_StreamingDial(t *testing.T) {
fmt.Println("Test_StreamingDial")
sam, err := NewSAM(yoursam)
if err != nil {
fmt.Println(err.Error)
fmt.Println(err.Error())
t.Fail()
return
}