Skip to content

Commit d127000

Browse files
committed
Fix Broken Test
• Changed to using a single user ID parameter in test_data.dart, forgot to switch a test to use it with silent notifications.
1 parent 5ae831b commit d127000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const String testEmail = "test@example.com";
2020
const String testEmailAuthHashToken = "4f1916b13a164a765b42b3205b49670a40309127179cb2687ea7feae6f61ee45";
2121

2222
final silentNotification = OSCreateNotification.silentNotification(
23-
playerIds: ['testPlayerID'],
23+
playerIds: [testPlayerId],
2424
additionalData: {'test' : 'value'}
2525
);
2626

0 commit comments

Comments
 (0)