From 459eb2f30e60df2dfd684936264e501bbfe3ffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Fri, 14 Sep 2018 01:33:26 +0200 Subject: [PATCH] [parity-pmd] Fix tests for ts@next (#28830) --- types/parity-pmd/parity-pmd-tests.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/types/parity-pmd/parity-pmd-tests.ts b/types/parity-pmd/parity-pmd-tests.ts index 3645e7598c..d538b5f353 100644 --- a/types/parity-pmd/parity-pmd-tests.ts +++ b/types/parity-pmd/parity-pmd-tests.ts @@ -22,6 +22,4 @@ format({}); // Invalid sub type // $ExpectError -format({ - messageType: 1 -}); +format({ messageType: 1 });