Update multi-service/math/src/main.rs

Co-authored-by: Aleksey Proshutisnkiy <justprosh@users.noreply.github.com>
This commit is contained in:
Dzmitry Lahoda 2021-05-30 14:58:50 +03:00 committed by GitHub
parent 13cc02899d
commit 1a56e0204b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ mod tests {
#[marine_test(config_path = "../Config.toml", modules_dir = "../artifacts/")] #[marine_test(config_path = "../Config.toml", modules_dir = "../artifacts/")]
fn add_u256() { fn add_u256() {
assert_eq!( assert_eq!(
super::add_u256( math.add_u256(
"100000000000000000000000000000000".to_string(), "100000000000000000000000000000000".to_string(),
"100000000000000000000000000000000".to_string() "100000000000000000000000000000000".to_string()
), ),