From 46f27ec953d148566d840fff13036c4c6c16491b Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 1 Jun 2023 13:47:20 -0700 Subject: [PATCH] remove whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34aa4e5c..50605d0f 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ test('mock fetch, Date, setTimeout and any globals', async () => { } }) }) - + assert.deepEqual(await Users.count(), 2) })