test(hydrate): expect zap_message also

This commit is contained in:
P. Reis 2024-09-16 13:31:49 -03:00
parent 04a9a83fed
commit af13614f1a

View file

@ -173,6 +173,7 @@ Deno.test('hydrateEvents(): zap sender, zap amount, zapped post // kind 9735 ---
author: zapReceiver,
},
zap_amount: 5225000, // millisats
zap_message: '🫂',
};
assertEquals(zapReceipt, expectedEvent);
});