mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
LibJS/Tests: Fix toBeFalse() details prefix
Copy/paste error from toBeTrue().
This commit is contained in:
parent
10728cd421
commit
5ee753ffaa
Notes:
sideshowbarker
2024-07-18 11:23:40 +09:00
@ -210,7 +210,9 @@ class ExpectationError extends Error {
|
||||
this.__expect(
|
||||
this.target === false,
|
||||
() =>
|
||||
`toBeTrue: expected target to be false, got _${valueToString(this.target)}_`
|
||||
`toBeFalse: expected target to be false, got _${valueToString(
|
||||
this.target
|
||||
)}_`
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user