This commit is contained in:
EvilMuffinHa 2022-08-02 22:01:48 -04:00
parent 0347b1f6d2
commit e57f6d8c43

View File

@ -174,6 +174,7 @@ impl From<SmallInt> for BigInt {
}
}
#[cfg(test)]
mod conversion_tests {