From de39d9c2ce7e95cd693aa7026d501dc10fb70643 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Thu, 28 Jul 2022 10:00:58 +0200 Subject: test: remove JSON.stringify wrapper around faker.seed() in tests descriptions (#1196) --- test/git.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/git.spec.ts') diff --git a/test/git.spec.ts b/test/git.spec.ts index c7349a70..5f3287da 100644 --- a/test/git.spec.ts +++ b/test/git.spec.ts @@ -17,9 +17,7 @@ describe('git', () => { t.todo('commitEntry'); }); - describe(`random seeded tests for seed ${JSON.stringify( - faker.seed() - )}`, () => { + describe(`random seeded tests for seed ${faker.seed()}`, () => { for (let i = 1; i <= NON_SEEDED_BASED_RUN; i++) { describe('branch()', () => { it('should return a random branch', () => { -- cgit v1.2.3