Skip to content

Commit

Permalink
services/notification: fix snoretoast test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 5, 2024
1 parent e825f0a commit d93bd0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module( "services/notification/providers/snoretoast", function( hooks ) {
}) );
await inst.notify( new NotificationData({
title: "baz",
message: " ",
message: "",
icon: "icon-path",
click: new Function()
}) );
Expand Down

0 comments on commit d93bd0b

Please sign in to comment.