Skip to content

Commit

Permalink
fix test expectation on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Dec 19, 2023
1 parent ae40547 commit b7b1a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ fn fetch_varchar_using_terminating_zeroes_to_indicate_string_length() {
// mapped to NULL, due to the fact, that the schema might be a mandatory column. The
// representation is ambigious, because we need to ignore the indicator buffer.
#[cfg(not(target_os = "windows"))]
assert_eq!("", array_vals.value(0));
assert_eq!("", array_vals.value(2));
}

/// A corner case which has not been accounted for in the first workaround for the indicator
Expand Down

0 comments on commit b7b1a32

Please sign in to comment.