agent: fix local_test.go

This commit is contained in:
Ryan Uber 2015-01-09 16:44:12 -08:00
parent c2188440b2
commit 5bf1abf7ef
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package agent
import (
"fmt"
"os"
"reflect"
"testing"
@ -445,6 +446,8 @@ func TestAgentAntiEntropy_Check_DeferSync(t *testing.T) {
}
}
}
return true, nil
}, func(err error) {
t.Fatalf("err: %s", err)
})