We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7481a commit 3eb5a4dCopy full SHA for 3eb5a4d
postgres-protocol/src/types/test.rs
@@ -151,7 +151,7 @@ fn non_null_array() {
151
.unwrap();
152
153
let array = array_from_sql(&buf).unwrap();
154
- assert!(array.has_nulls());
+ assert!(!array.has_nulls());
155
assert_eq!(array.element_type(), 10);
156
assert_eq!(array.dimensions().collect::<Vec<_>>().unwrap(), dimensions);
157
assert_eq!(array.values().collect::<Vec<_>>().unwrap(), values);
0 commit comments