Skip to content

Commit ad62f2f

Browse files
hanggatheangrydev
andauthored
Update core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt
Co-authored-by: Liam Williams <[email protected]>
1 parent fdc2881 commit ad62f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class VariableShadowingUnitTest{
170170
sum += number // Directly access the current element in the loop
171171
}
172172

173-
assertEquals(15, sum) // Assuming you want the sum of the original numbers
173+
assertEquals(15, sum) // Assuming we want the sum of the original numbers
174174

175175
}
176176

0 commit comments

Comments
 (0)