From 74626d77ba85f20f55943d963dd5a3d298d4e24b Mon Sep 17 00:00:00 2001 From: rosemead Date: Mon, 14 Nov 2022 08:50:49 +0200 Subject: [PATCH] Update index.test.js fdg --- index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.test.js b/index.test.js index 6dc5c36..00064f3 100644 --- a/index.test.js +++ b/index.test.js @@ -1,7 +1,7 @@ const { mooncakeSays } = require('./'); test('mooncake knows what to say', () => { - expect(mooncakeSays('woooahhh!')).toBe('(o.o) woooahhh!'); + expect(mooncakeSays('woooahhh')).toBe('(o.o) woooahhh!'); }); test('mooncake is not sure what to say', () => {