Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Dec 9, 2023
1 parent 2ea7554 commit d4efe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/transporters/base.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe("Test BaseTransporter", () => {
});

it("check with PACKET_EVENT without target", () => {
let packet = new P.Packet(P.PACKET_EVENT, null, "user.created");
let packet = new P.Packet(P.PACKET_EVENT, null, { event: "user.created" });
return transporter
.prepublish(packet)
.catch(protectReject)
Expand Down

0 comments on commit d4efe6c

Please sign in to comment.