We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Said test has Expect.equals(a, b3.y); at the end, but the actual value of b3.y is null, so this expectation should be adjusted.
Expect.equals(a, b3.y);
b3.y
null