From 472df83482ef96b42bf85f9f3b20ec14a6673661 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Tue, 30 Oct 2018 23:38:56 -0400 Subject: [PATCH] Tests update --- src/lib/components/tests/Keyboard.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/tests/Keyboard.test.js b/src/lib/components/tests/Keyboard.test.js index 63535897..36ff216a 100644 --- a/src/lib/components/tests/Keyboard.test.js +++ b/src/lib/components/tests/Keyboard.test.js @@ -764,5 +764,5 @@ it('Keyboard will get a list of modules', () => { } ); - expect(keyboard.getModulesList()).toBe(["test"]); + expect(keyboard.getModulesList()[0]).toBe("test"); }); \ No newline at end of file