Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Oct 4, 2021
1 parent bdf5ab8 commit 414d197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/datahop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func TestStartStopDiscovery(t *testing.T) {
removeRepo(root, t)
Close()
}()
err = StartDiscovery(true, true, true)
err = StartDiscovery(true, true, false)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 414d197

Please sign in to comment.