Commit dffc8e69 authored by Hannah Howard's avatar Hannah Howard Committed by hannahhoward

refactor(graphsync): cleanup integration test

DRY up integration test so it's more clear what each test is doing
parent ec0742ac
......@@ -97,7 +97,7 @@ func (gs *GraphSync) RegisterRequestReceivedHook(hook graphsync.OnRequestReceive
// RegisterResponseReceivedHook adds a hook that runs when a response is received
func (gs *GraphSync) RegisterResponseReceivedHook(hook graphsync.OnResponseReceivedHook) error {
gs.requestManager.RegisterHook(hook)
gs.requestManager.RegisterHook(hook)
return nil
}
......
This diff is collapsed.
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