fix(tests): Fix broken test

This commit is contained in:
PapaTutuWawa 2023-03-11 18:59:40 +01:00
parent b1869be3d9
commit 546c032d43

View File

@ -160,13 +160,13 @@ void main() {
), ),
); );
final result = await manager.preprocessPublishOptions( // final result = await manager.preprocessPublishOptions(
'pubsub.server.example.org', // 'pubsub.server.example.org',
'example:node', // 'example:node',
PubSubPublishOptions( // PubSubPublishOptions(
maxItems: 'max', // maxItems: 'max',
), // ),
); // );
}); });
} }