mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Missed semicolon
This commit is contained in:
parent
289f8ab439
commit
e52907a462
@ -63,7 +63,7 @@ describe('RoomView', function () {
|
||||
peg.get().joinRoom = function(x) {
|
||||
expect(x).toEqual('#alias:ser.ver');
|
||||
done();
|
||||
}
|
||||
};
|
||||
|
||||
process.nextTick(function() {
|
||||
roomView.onJoinButtonClicked();
|
||||
|
Loading…
Reference in New Issue
Block a user