Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed May 31, 2024
1 parent 554e998 commit 2302140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-core/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ mod test {
fn test_series_dtype_not_equal() {
let s_i32 = Series::new("a", &[1_i32, 2_i32]);
let s_i64 = Series::new("a", &[1_i64, 2_i64]);
assert!(s_i32.dtype() != s_i64.dtype());
assert!(s_i32.equals(&s_i64));
}

Expand Down

0 comments on commit 2302140

Please sign in to comment.