X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/8ae7249a5bb12f23d402f0ede32956827de4e111..4e6be9f49b9697d9577014b3ee2b7988129823a9:/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();