chore(fix): Use integration testing

This commit is contained in:
Xavier Moffett 2025-07-19 02:36:58 -04:00
parent 1db92897f2
commit 09c330312f
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
2 changed files with 3 additions and 2 deletions

View file

@ -76,4 +76,3 @@ pub mod simplebyteunit;
mod input;
mod output;
mod test;

View file

@ -9,7 +9,9 @@
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
use crate::simplebyteunit::*;
use simplebyteunit::simplebyteunit::*;
use simplebyteunit::simplebyteunit::ToByteUnit;
const POSITIVE_5B: i64 = 5000;
const NEGATIVE_5B: i64 = -5000;