[parity-pmd] Fix tests for ts@next (#28830)

This commit is contained in:
Gerhard Stöbich 2018-09-14 01:33:26 +02:00 committed by Ryan Cavanaugh
parent c2e4b83961
commit 459eb2f30e

View File

@ -22,6 +22,4 @@ format({});
// Invalid sub type
// $ExpectError
format({
messageType: 1
});
format({ messageType: 1 });