Skip to content

Commit

Permalink
Fix network fingerprint test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Nov 19, 2015
1 parent 8b2846c commit 82bfeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fingerprint/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestNetworkFingerprint_no_devices(t *testing.T) {
cfg := &config.Config{NetworkSpeed: 100}

ok, err := f.Fingerprint(cfg, node)
if err == nil {
if err != nil {
t.Fatalf("err: %v", err)
}

Expand Down

0 comments on commit 82bfeb6

Please sign in to comment.