Skip to content

Commit c51791e

Browse files
authored
Update test/jasmine/tests/plots_test.js
1 parent 2f6cd6f commit c51791e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/plots_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ describe('Test Plots with automargin and minreducedwidth/height', function() {
13361336

13371337
afterEach(destroyGraphDiv);
13381338

1339-
fit('should resize the plot area when tweaking min-reduced width & height', function(done) {
1339+
it('should resize the plot area when tweaking min-reduced width & height', function(done) {
13401340
function assert(attr, exp) {
13411341
var xy = d3Select('rect.nsewdrag')[0][0];
13421342
expect(xy.getAttribute(attr)).toEqual(exp);

0 commit comments

Comments
 (0)