Skip to content

Commit 24c7699

Browse files
committed
remove jasmine tests that are no longer valid
1 parent 189243f commit 24c7699

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jasmine/tests/image_test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,7 @@ describe('image plot', function() {
423423

424424
[
425425
['yaxis.type', 'log'],
426-
['xaxis.type', 'log'],
427-
['xaxis.range', [50, 0]],
428-
['yaxis.range', [0, 50]]
426+
['xaxis.type', 'log']
429427
].forEach(function(attr) {
430428
it('does not renders pixelated image when the axes are not compatible', function(done) {
431429
var mock = require('@mocks/image_astronaut_source.json');

0 commit comments

Comments
 (0)