Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e40c2eb

Browse files
committed
updated test case title
1 parent 1fea093 commit e40c2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/optimizely-sdk/lib/utils/fns/index.tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ describe('lib/utils/fns', function() {
3737
assert.isTrue(fns.isFinite(-Math.pow(2, 53)));
3838
});
3939
});
40-
40+
4141
describe('keyBy', function() {
42-
it('should return correct object if callback is a string key', function() {
42+
it('should return correct object when a key is provided', function() {
4343
var arr = [
4444
{ key1: 'row1', key2: 'key2row1' },
4545
{ key1: 'row2', key2: 'key2row2' },

0 commit comments

Comments
 (0)