Skip to content

Commit c40f236

Browse files
committed
Updated tests cases
1 parent 3c6940c commit c40f236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ func TestBlockUntilReadyInMemoryError(t *testing.T) {
971971
t.Error("It should return error")
972972
}
973973

974-
if err != nil && err.Error() != "SDK Initialization failed" {
974+
if err != nil && err.Error() != "SDK Initialization: time of 5 exceeded" {
975975
t.Error("Wrong error. Got: ", err.Error())
976976
}
977977
}

0 commit comments

Comments
 (0)