We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5b97e commit dd154d0Copy full SHA for dd154d0
org-code-javabuilder/validation/src/test/java/org/code/validation/support/NeighborhoodTrackerTest.java
@@ -138,7 +138,7 @@ public void testUpdatesPainterLogWithNonAnimatedMoves() {
138
139
final HashMap<String, String> isOnBucketDetails = new HashMap<>();
140
isOnBucketDetails.put(ID, id);
141
- // Take paint
+ // Check is on bucket
142
unitUnderTest.trackEvent(
143
new NeighborhoodSignalMessage(NeighborhoodSignalKey.IS_ON_BUCKET, isOnBucketDetails));
144
0 commit comments