@cryptotaxi247 / kubo / commits / f9de5fb10

fix test name

Brian Tiger Chow committed Feb 1, 2015 at 00:25 UTC f9de5fb106f0e229f5b0d69a4879dc2766873326
1 file changed +1 -1
test/integration/three_legged_cat_test.go
+1 -1
@@ -17,7 +17,7 @@ import (
17 testutil "github.com/jbenet/go-ipfs/util/testutil"
18 )
19
20 -func TestThreeLeggedCat1KBInstantaneous(t *testing.T) {
20 +func TestThreeLeggedCatTransfer(t *testing.T) {
21 conf := testutil.LatencyConfig{
22 NetworkLatency: 0,
23 RoutingLatency: 0,