From a7500d5b46ad519c9e9a84a342e469bdac0def7a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 22 Apr 2021 00:19:58 +0200 Subject: Remove commented code + fix ttypo --- src/components/topic/topic.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/topic/topic.test.js') diff --git a/src/components/topic/topic.test.js b/src/components/topic/topic.test.js index ca1abfb..b4071b5 100644 --- a/src/components/topic/topic.test.js +++ b/src/components/topic/topic.test.js @@ -105,7 +105,7 @@ describe('Topic component', () => { .toBeVisible(); }); - test('Should send index and countt to posts', () => { + test('Should send index and count to posts', () => { expect(internals.results.getByTitle('Post 1 of 2 by past_user')) .toBeVisible(); -- cgit