Skip to content

Commit

Permalink
Fix a missing Future->done
Browse files Browse the repository at this point in the history
Seems to have broken in #972
  • Loading branch information
richvdh committed Oct 15, 2020
1 parent 37a5aee commit 8d4f4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/30rooms/60version_upgrade.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ sub upgrade_room_synced {
none { $room_id eq $_->{room_id} } @{ $body->{chunk} }
or die "Local room list included unexpected room id $room_id";

Future->done( 1 );
})
}
})->then(sub {
Expand Down

0 comments on commit 8d4f4d9

Please sign in to comment.