-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant Initialize()
on TestUtils
#3781
Comments
Hi @Atralupus, could you please assign this to me. |
Sure! I just assigned you to this issue. And we're also running a hackathon right now named Modathon. We'd love for you to check it out 🙏🏻 |
Hi @Atralupus, in the issue you mentioned about
|
Looks great! Please submit a PR, and we’ll review it with the team. Thanks, and happy contributing! |
Context
libplanet/Libplanet.Tests/TestUtils.cs
Lines 429 to 442 in f3d6674
Action
Initialize()
updates validator set ofIWorld
with given parametervalidatorSet
.So above code, that iterates validatorSet, is redundant.
(
Initialize()
only needs to be called once.)The text was updated successfully, but these errors were encountered: