Skip to content

Commit f8f8f7d

Browse files
sigh
1 parent c0c7385 commit f8f8f7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etl-destinations/src/delta/schema.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,6 @@ mod tests {
11271127
PGCell::I16(12345),
11281128
PGCell::I32(1234567),
11291129
PGCell::I64(123456789012345),
1130-
PGCell::F32(3.14159),
11311130
PGCell::F64(std::f64::consts::PI),
11321131
PGCell::F64(std::f64::consts::E),
11331132
PGCell::String("hello world".to_string()),

0 commit comments

Comments
 (0)