Skip to content

Commit

Permalink
Revert Unintended Change In fec6b80 #1517
Browse files Browse the repository at this point in the history
  • Loading branch information
anshap1719 committed Sep 17, 2023
1 parent 6b9fd3a commit 2e306e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/entity/active_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,14 @@ mod tests {
}

test_num_value_uint!(U8, "u8", "TinyInteger", TinyInteger);
test_num_value_uint!(U16, "u16", "SmallInteger", SmallInteger);
test_num_value_uint!(U32, "u32", "Integer", Integer);
test_num_value_uint!(U64, "u64", "BigInteger", BigInteger);

test_fallback_uint!(U8Fallback, u8, "u8", "TinyInteger", TinyInteger);
test_fallback_uint!(U16Fallback, u16, "u16", "SmallInteger", SmallInteger);
test_fallback_uint!(U32Fallback, u32, "u32", "Integer", Integer);
test_fallback_uint!(U64Fallback, u64, "u64", "BigInteger", BigInteger);
}

#[test]
Expand Down

0 comments on commit 2e306e1

Please sign in to comment.