Skip to content

Commit dd4554f

Browse files
committed
Fix test names
1 parent ebfae8f commit dd4554f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/transform_multi_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('general transforms:', function() {
1717

1818
var traceIn, traceOut;
1919

20-
it('filters empty transforms', function() {
20+
it('passes through empty transforms', function() {
2121
traceIn = {
2222
y: [2, 1, 2],
2323
transforms: [{}]
@@ -456,7 +456,7 @@ describe('invalid transforms', function() {
456456

457457
afterEach(destroyGraphDiv);
458458

459-
it('filters them', function(done) {
459+
it('ignores them', function(done) {
460460
Plotly.plot(gd, [{
461461
y: [1, 2, 3],
462462
transforms: [{}]

0 commit comments

Comments
 (0)