Skip to content

Commit

Permalink
chore: some rename
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Sep 11, 2024
1 parent a7022f4 commit f9a9611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/function/src/scalars/json/json_is.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod tests {
use super::*;

Check failure on line 139 in src/common/function/src/scalars/json/json_is.rs

View workflow job for this annotation

GitHub Actions / Check (ubuntu-20.04)

unused import: `super::*`

Check failure on line 139 in src/common/function/src/scalars/json/json_is.rs

View workflow job for this annotation

GitHub Actions / Clippy

unused import: `super::*`

Check failure on line 139 in src/common/function/src/scalars/json/json_is.rs

View workflow job for this annotation

GitHub Actions / coverage

unused import: `super::*`

#[test]
fn test_json_is_misc() {
fn test_json_is_functions() {
let json_is_functions: [&dyn Function; 6] = [
&JsonIsBool,
&JsonIsInt,
Expand Down
2 changes: 1 addition & 1 deletion src/common/function/src/scalars/json/json_to_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mod tests {
use super::*;

#[test]
fn test_get_by_path_function() {
fn test_json_to_string_function() {
let json_to_string = JsonToStringFunction;

assert_eq!("json_to_string", json_to_string.name());
Expand Down

0 comments on commit f9a9611

Please sign in to comment.