Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linxGnu committed Oct 17, 2020
1 parent 3c3c90c commit 67d6ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors_test.go
Expand Up @@ -6,7 +6,7 @@ import (
)

func TestErrors(t *testing.T) {
if IsWsrepNotReady(nil) || IsWsrepNotReady(fmt.Errorf("ERRor ")) || IsWsrepNotReady(fmt.Errorf("ERRor 1047: asd")) {
if IsWsrepNotReady(nil) || IsWsrepNotReady(fmt.Errorf("ERRor ")) {
t.Fatal()
}
if !IsWsrepNotReady(fmt.Errorf("Error 1047:ab")) || !IsWsrepNotReady(fmt.Errorf("ERROR 1047:cd")) {
Expand Down

0 comments on commit 67d6ef8

Please sign in to comment.