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

This commit is contained in:
Gerhard Stöbich
2018-09-13 16:33:26 -07:00
committed by Ryan Cavanaugh
parent c2e4b83961
commit 459eb2f30e
+1 -3
View File
@@ -22,6 +22,4 @@ format({});
// Invalid sub type
// $ExpectError
format({
messageType: 1
});
format({ messageType: 1 });