Skip to content

Commit

Permalink
Merge pull request hashicorp#59 from superfell/test_stability
Browse files Browse the repository at this point in the history
Test stability
  • Loading branch information
armon committed Sep 4, 2015
2 parents feb5f8b + 5105c76 commit dd7bebb
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 59 deletions.
2 changes: 1 addition & 1 deletion integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func MakeRaft(t *testing.T, conf *Config) *RaftEnv {

// Set the config
if conf == nil {
conf = inmemConfig()
conf = inmemConfig(t)
}
env.conf = conf

Expand Down
Loading

0 comments on commit dd7bebb

Please sign in to comment.