Skip to content

Commit

Permalink
fix: test case introduced by #26094
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Mar 3, 2025
1 parent e00e0f1 commit 518ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb3/src/commands/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ mod tests {

let trigger_arguments = trigger_arguments.expect("args must include trigger arguments");

assert_eq!(2, trigger_arguments.0.len());
assert_eq!(2, trigger_arguments.len());

let query_path = trigger_arguments
.into_iter()
Expand Down

0 comments on commit 518ff8a

Please sign in to comment.