fix some log typos in filter_test.go

Signed-off-by: czm <zhongming.chang@daocloud.io>
pull/6201/head
AllenZMC 6 years ago committed by czm
parent dd4afa6af0
commit a25cb876be

@ -54,6 +54,6 @@ func TestFilterAll(t *testing.T) {
case r0.Version == 4:
t.Fatal("got release with status revision 4")
case r0.Info.Status.Code == rspb.Status_DELETED:
t.Fatal("got release with status DELTED")
t.Fatal("got release with status DELETED")
}
}

Loading…
Cancel
Save