Skip to content

Commit 72f0f8c

Browse files
committed
test: update outside execution dice expectation
1 parent ac8dd15 commit 72f0f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/tests/test_outisde_execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async fn test_outside_execution(sequencer: &RunnerCtx) {
205205
.unwrap();
206206

207207
println!("dice_value_after: {dice_value:?}");
208-
assert!(dice_value[0] == felt!("0x4"), "dice should be 6")
208+
assert!(dice_value[0] == felt!("0x5"), "dice should be 5")
209209
}
210210

211211
pub fn mock_signed_outside_execution() -> SignedOutsideExecution {

0 commit comments

Comments
 (0)