From 9b338f6fc347bc0cc3a1192bfc0102a1102d21de Mon Sep 17 00:00:00 2001 From: Patricio Palladino Date: Tue, 13 Sep 2022 19:08:43 -0300 Subject: [PATCH] Update test/integration/fixtures/suite/suite-async-callback.fixture.js Co-authored-by: Franco Victorio --- test/integration/fixtures/suite/suite-async-callback.fixture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/fixtures/suite/suite-async-callback.fixture.js b/test/integration/fixtures/suite/suite-async-callback.fixture.js index 9cf93a523c..b642b22994 100644 --- a/test/integration/fixtures/suite/suite-async-callback.fixture.js +++ b/test/integration/fixtures/suite/suite-async-callback.fixture.js @@ -1,3 +1,3 @@ 'use strict'; -describe('a suite without an async callback', async function () {}); +describe('a suite with an async callback', async function () {});