In the _sendMessage() function of the WormholeTargetDispenserL2 contract, the msg.value provided must match the quoted cost exactly. If the msg.value is not equal to the cost returned by quoteEVMDeliveryPrice(), the transaction will revert. 
Modify the condition on L115 to check for strict equality.
