Page MenuHomePhabricator

Reverse Order of Arguments to `deepEquals` in Many Tests
Closed, ResolvedPublic

Description

Many of the tests in function-schemata run assert.deepEquals( actual, expected ); it should be assert.deepEquals( expected, actual ).