Resolve travis test(2)

This commit is contained in:
Trial97
2018-09-28 17:38:30 +03:00
committed by Dan Christian Bogos
parent e48f8c3496
commit 03198d1da4

View File

@@ -207,6 +207,7 @@ func TestSafEventGetString(t *testing.T) {
func TestSafEventGetStringIgnoreErrors(t *testing.T) {
t.Run("getStringIgnore1", func(t *testing.T) {
t.Parallel()
safEv.Set("test1", nil)
if rply := safEv.GetStringIgnoreErrors("test1"); rply != "" {
t.Errorf("Expecting , received: %+v", rply)
}