Skip to content

Commit

Permalink
agent: fix local_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Jan 10, 2015
1 parent c218844 commit 5bf1abf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions command/agent/local_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package agent

import (
"fmt"
"os"
"reflect"
"testing"
Expand Down Expand Up @@ -445,6 +446,8 @@ func TestAgentAntiEntropy_Check_DeferSync(t *testing.T) {
}
}
}

return true, nil
}, func(err error) {
t.Fatalf("err: %s", err)
})
Expand Down

0 comments on commit 5bf1abf

Please sign in to comment.