Skip to content

Commit

Permalink
Analysis: Replace for it in with for each for stats site test
Browse files Browse the repository at this point in the history
Co-authored-by: Oguz Kocer <[email protected]>
  • Loading branch information
ParaskP7 and oguzkocer authored Jul 22, 2022
1 parent e4f0846 commit 0b40787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class StatsSiteProviderTest : BaseUnitTest() {
event = it.getContentIfNotHandled()
}

for (it in 0..3) {
(0..3).forEach {
statsSiteProvider.onSiteChanged(OnSiteChanged(1))
}

Expand Down

0 comments on commit 0b40787

Please sign in to comment.