Listen once when calling done
This commit is contained in:
@@ -112,7 +112,7 @@ maybeDescribe('ol.source.Raster', function() {
|
||||
}
|
||||
});
|
||||
|
||||
source.on('afteroperations', function() {
|
||||
source.once('afteroperations', function() {
|
||||
expect(log.length).to.equal(4);
|
||||
var inputs = log[0];
|
||||
var pixel = inputs[0];
|
||||
|
||||
Reference in New Issue
Block a user