mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
tests renaming
This commit is contained in:
parent
b985de5c83
commit
cdee9d6924
@ -49,7 +49,7 @@ mod tests {
|
||||
use test_methods::{SUMMATION_ELF, SUMMATION_ID};
|
||||
|
||||
#[test]
|
||||
fn simple_sum() {
|
||||
fn prove_simple_sum() {
|
||||
let message = 1;
|
||||
let message_2 = 2;
|
||||
|
||||
@ -60,7 +60,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bigger_sum() {
|
||||
fn prove_bigger_sum() {
|
||||
let message = 123476;
|
||||
let message_2 = 2342384;
|
||||
|
||||
@ -71,7 +71,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn simple_multiplication() {
|
||||
fn prove_simple_multiplication() {
|
||||
let message = 1;
|
||||
let message_2 = 2;
|
||||
|
||||
@ -82,7 +82,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bigger_multiplication() {
|
||||
fn prove_bigger_multiplication() {
|
||||
let message = 3498;
|
||||
let message_2 = 438563;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user