fix GetKeyBlocking test

This commit is contained in:
Denis-Cosmin Nutiu 2024-12-11 00:44:38 +02:00
parent 8148bdbbbe
commit 5085ea096b

View file

@ -651,7 +651,7 @@ mod tests {
let instruction = Instruction::new([0xFE, 0x0A]); let instruction = Instruction::new([0xFE, 0x0A]);
assert_eq!( assert_eq!(
instruction.processor_instruction, instruction.processor_instruction,
ProcessorInstruction::GetKeyBlocking { vx: 0xF } ProcessorInstruction::GetKeyBlocking { vx: 0xE }
) )
} }
} }