Commit 7a55b566 authored by zhengjiajin's avatar zhengjiajin

Delete unuse err check

parent 154b816a
...@@ -154,8 +154,4 @@ func (test getContextsTest) run(t *testing.T) { ...@@ -154,8 +154,4 @@ func (test getContextsTest) run(t *testing.T) {
} }
return return
} }
if err != nil {
t.Errorf("Unexpected error: %v", err)
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment