kfaraz commented on code in PR #16420:
URL: https://github.com/apache/druid/pull/16420#discussion_r1597433080


##########
server/src/test/java/org/apache/druid/server/lookup/cache/LookupLoadingSpecTest.java:
##########
@@ -76,21 +74,44 @@ public void testCreateLookupLoadingSpecFromContext()
         )
     );
 
-    // Default spec is returned in the case of context not having the lookup 
keys.
     Assert.assertEquals(
         LookupLoadingSpec.NONE,
         LookupLoadingSpec.createFromContext(
             ImmutableMap.of(),
             LookupLoadingSpec.NONE
         )
     );
+  }
+  @Test

Review Comment:
   ```suggestion
   
     @Test
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to