From c55d120b44770c1c8ce565adca2ac26b1d4c8fc3 Mon Sep 17 00:00:00 2001 From: Aaron Donaldson <56371059+atreids@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:06:55 +0000 Subject: [PATCH] chore: remove unnecessary deepequal --- test/core-test/runtime-field.test.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/core-test/runtime-field.test.js b/test/core-test/runtime-field.test.js index 9afe988..bf9f150 100644 --- a/test/core-test/runtime-field.test.js +++ b/test/core-test/runtime-field.test.js @@ -6,11 +6,6 @@ test('constructor set arguments', t => { 'keyword', "emit(doc['name'].value)" ).toJSON(); - const valueB = new RuntimeField( - 'keyword', - "emit(doc['name'].value)" - ).toJSON(); - t.deepEqual(valueA, valueB); const expected = { type: 'keyword',