add missing semicolon

This commit is contained in:
Joscha Feth
2015-02-09 15:40:41 +01:00
parent 69956bf8f6
commit cdee9c8853

View File

@@ -7,7 +7,7 @@ beforeEach(function () {
return {
pass: player.currentlyPlayingSong === expected && player.isPlaying
}
};
}
};
}