From 5e8c27dd4da71820c8edbcac866f0061865ea684 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 15 Apr 2021 22:26:06 -0400 Subject: [PATCH] tab --- src/validate.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validate.test.ts b/src/validate.test.ts index 07305b4..f59c838 100644 --- a/src/validate.test.ts +++ b/src/validate.test.ts @@ -34,6 +34,6 @@ test('invalid script version', async () => { }); test('invalid public checksum file', async () => { - const checksum = await retrieveChecksum('foo', 'bar'); + const checksum = await retrieveChecksum('foo', 'bar'); expect(checksum).toBeFalsy(); });