We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8dd15 commit 72f0f8cCopy full SHA for 72f0f8c
server/src/tests/test_outisde_execution.rs
@@ -205,7 +205,7 @@ async fn test_outside_execution(sequencer: &RunnerCtx) {
205
.unwrap();
206
207
println!("dice_value_after: {dice_value:?}");
208
- assert!(dice_value[0] == felt!("0x4"), "dice should be 6")
+ assert!(dice_value[0] == felt!("0x5"), "dice should be 5")
209
}
210
211
pub fn mock_signed_outside_execution() -> SignedOutsideExecution {
0 commit comments