Skip to content

Commit a2f4bef

Browse files
committed
Fix hardcoded BusId for Memory
1 parent 3a4b92c commit a2f4bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prover/src/tests/prove_elfs_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ fn test_debug_memory_bus_tokens() {
10041004

10051005
let z: i128 = 1000;
10061006
let alpha: i128 = 2;
1007-
let bus_id: i128 = 17; // BusId::Memory
1007+
let bus_id: i128 = 14; // BusId::Memory
10081008

10091009
// Compute fingerprint for a token
10101010
let fingerprint =

0 commit comments

Comments
 (0)