Skip to content

Commit dd154d0

Browse files
committed
update comment
1 parent ea5b97e commit dd154d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-code-javabuilder/validation/src/test/java/org/code/validation/support/NeighborhoodTrackerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void testUpdatesPainterLogWithNonAnimatedMoves() {
138138

139139
final HashMap<String, String> isOnBucketDetails = new HashMap<>();
140140
isOnBucketDetails.put(ID, id);
141-
// Take paint
141+
// Check is on bucket
142142
unitUnderTest.trackEvent(
143143
new NeighborhoodSignalMessage(NeighborhoodSignalKey.IS_ON_BUCKET, isOnBucketDetails));
144144

0 commit comments

Comments
 (0)