Skip to content

Commit

Permalink
chore: fixing the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Jun 30, 2023
1 parent 6176484 commit aef7733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func MockingSync(ts *testsuite.TestSuite) *MockSync {
ps.UpdateHeight(pid1, ts.RandUint32(100000))

return &MockSync{
TestID: network.TestRandomPeerID(),
TestID: ts.RandomPeerID(),
TestPeerSet: ps,
}
}
Expand Down

0 comments on commit aef7733

Please sign in to comment.