Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Gardner committed Jul 14, 2023
1 parent 8406b30 commit 308ee2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ignite-rs/tests/int-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ mod int_test {
name: "INT".to_string(),
r#type: IgniteType::Int
},
IgniteField {
name: "NULL_INT".to_string(),
r#type: IgniteType::Int
},
IgniteField {
name: "SMALL".to_string(),
r#type: IgniteType::Short
Expand Down

0 comments on commit 308ee2c

Please sign in to comment.