From 1409146d43f199d8b31aa09e9449705afe3a688a Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Wed, 25 Aug 2021 16:39:22 -0400 Subject: [PATCH] fix: lint Signed-off-by: Patrick Lee Scott --- __tests__/entity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/entity.js b/__tests__/entity.js index 0bf9eba..bcfcf21 100644 --- a/__tests__/entity.js +++ b/__tests__/entity.js @@ -194,7 +194,6 @@ describe('entity', function () { expect(state.property2).toEqual(data.data) expect(state.snapshotVersion).toEqual(0) expect(state.version).toEqual(1) - }) }) })