From edf7c647e84bf5bda93fc348c967fde563e06922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 23 Nov 2021 00:04:10 -0500 Subject: [PATCH] test: fix tpl name --- test/socket.io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/socket.io.js b/test/socket.io.js index 5c890809f1..2f7463cb78 100644 --- a/test/socket.io.js +++ b/test/socket.io.js @@ -567,7 +567,7 @@ describe('socket.io', () => { }); it('should send test email', async () => { - const tpls = ['digest', 'test', 'verify', 'welcome', 'notification', 'invitation']; + const tpls = ['digest', 'banned', 'verify', 'welcome', 'notification', 'invitation']; try { for (const tpl of tpls) { // eslint-disable-next-line no-await-in-loop