Skip to content

Commit

Permalink
fixed broken append test
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mauritius committed Nov 18, 2020
1 parent e09cc35 commit dd81bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib-test/push-notification-kafka-event-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "push-notification-event-mailboxrename.h"
#include "push-notification-event-mailboxcreate.h"
#include "push-notification-event-messagenew.h"
#include "push-notification-event-messageappend.h"
#include "push-notification-events.h"

static void test_str_starts_with(void) {
Expand Down Expand Up @@ -342,7 +343,7 @@ static void write_event_messageappend_test(void) {
#endif

struct push_notification_txn_event event;
struct push_notification_event_messagenew_data data;
struct push_notification_event_messageappend_data data;

data.from = "from@test.com";
data.to = "to@test.com";
Expand Down

0 comments on commit dd81bd0

Please sign in to comment.