mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.promise: Fix field name in failing test (introduced in 2639e0e1c378)
This commit is contained in:
parent
e8080773d6
commit
c1627c5d66
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ describe("util.promise", function ()
|
|||
r1("this fails too");
|
||||
assert.spy(cb).was_called(1);
|
||||
assert.same({
|
||||
{ status = "rejected", value = "this fails too" };
|
||||
{ status = "rejected", reason = "this fails too" };
|
||||
{ status = "rejected", reason = "this fails" };
|
||||
}, result);
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue