This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 88906d8b4 chore: format the test (#4104)
88906d8b4 is described below

commit 88906d8b4261d28d4f2c76d163fba14628230400
Author: Alex Huang <[email protected]>
AuthorDate: Fri Apr 21 03:39:21 2023 +0200

    chore: format the test (#4104)
    
    * chore: format the test
    
    * chore: format the test
---
 arrow-string/src/like.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-string/src/like.rs b/arrow-string/src/like.rs
index 383ac5fd1..f896f0c6c 100644
--- a/arrow-string/src/like.rs
+++ b/arrow-string/src/like.rs
@@ -1244,7 +1244,7 @@ mod tests {
             "ffkoß",
             "😃sadlksFFkoSSsh😃klF", // Original was case insensitive 
"😃sadlksffkosSsh😃klF"
             "😱slgFFkoSSsh😃klF",    // Original was case insensitive 
"😱slgffkosSsh😃klF"
-            "FFkoSS",                    // "FFKoSS"
+            "FFkoSS",                // "FFKoSS"
         ],
         "FFkoSS",
         contains_utf8_scalar,

Reply via email to