Skip to content

Commit c27779f

Browse files
authored
Fix a missing Future->done (#974)
Seems to have broken in #972
1 parent 37a5aee commit c27779f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/30rooms/60version_upgrade.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ sub upgrade_room_synced {
10921092
none { $room_id eq $_->{room_id} } @{ $body->{chunk} }
10931093
or die "Local room list included unexpected room id $room_id";
10941094

1095+
Future->done( 1 );
10951096
})
10961097
}
10971098
})->then(sub {

0 commit comments

Comments
 (0)