diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-22 00:19:58 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-22 00:19:58 +0200 |
| commit | a7500d5b46ad519c9e9a84a342e469bdac0def7a (patch) | |
| tree | c3a857672c25a24cb06ebb9d45f5a31d2ae8c10a /src/components | |
| parent | 8ae7249a5bb12f23d402f0ede32956827de4e111 (diff) | |
Remove commented code + fix ttypo
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/topic/topic.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |