Skip to content

Commit

Permalink
Merge branch 'devel' into login_options_to_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 9, 2024
2 parents db00c93 + 04529de commit b238d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ddp-server/livedata_server_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Tinytest.addAsync(
function (test, onComplete) {

var cb = Meteor.onMessage(function (msg, session) {
if (msg.method !== 'livedata_server_test_inner') return;
test.equal(msg.method, 'livedata_server_test_inner');
cb.stop();
onComplete();
Expand Down

0 comments on commit b238d8b

Please sign in to comment.