Delete unuse err check

This commit is contained in:
zhengjiajin 2017-05-31 15:45:03 +08:00
parent 154b816a90
commit 7a55b5663c

View File

@ -154,8 +154,4 @@ func (test getContextsTest) run(t *testing.T) {
}
return
}
if err != nil {
t.Errorf("Unexpected error: %v", err)
}
}