hubcio commented on code in PR #2803:
URL: https://github.com/apache/iggy/pull/2803#discussion_r2845642023


##########
core/configs/src/configs_impl/typed_env_provider.rs:
##########
@@ -502,10 +502,10 @@ mod tests {
             .into_iter()
             .collect();
 
-        let suggestions = 
TypedEnvProvider::<TestConfig>::find_similar_vars("TEST_ENABELD", &known);
+        let suggestions = 
TypedEnvProvider::<TestConfig>::find_similar_vars("TEST_ENABLED", &known);

Review Comment:
   this was deliberately mistake... check what is it testing (levenshtein 
distance)



-- 
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]

Reply via email to