Skip to content

Commit 5f4672c

Browse files
committed
fix typos in test descriptions
1 parent ec6eed2 commit 5f4672c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/bar_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ describe('Bar.crossTraceCalc (formerly known as setPositions)', function() {
397397
assertArrayField(cd[2][0], 't.poffset', [-0.4]);
398398
});
399399

400-
it('should guard against invalid width items', function() {
400+
it('should work with *width* typed arrays', function() {
401401
var w = [0.1, 0.4, 0.7];
402402

403403
var gd = mockBarPlot([{
@@ -417,7 +417,7 @@ describe('Bar.crossTraceCalc (formerly known as setPositions)', function() {
417417
]);
418418
});
419419

420-
it('should work with width typed arrays', function() {
420+
it('should work with *offset* typed arrays', function() {
421421
var o = [0.1, 0.4, 0.7];
422422

423423
var gd = mockBarPlot([{

0 commit comments

Comments
 (0)