Skip to content

Commit 47be541

Browse files
committed
Fix test label
1 parent 20c534f commit 47be541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/plot_api_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ describe('plot_api helpers', function () {
31183118
expect(helpers.hasCollectionChanged(['Zoidberg', 'Hermes'], ['Zoidberg', 'Leela'])).toBe(true);
31193119
});
31203120

3121-
it("Returns false if object collection hasn't changed", () => {
3121+
it("Returns false if array collection hasn't changed", () => {
31223122
expect(helpers.hasCollectionChanged(['Zoidberg', 'Hermes'], ['Zoidberg', 'Hermes'])).toBe(false);
31233123
});
31243124

0 commit comments

Comments
 (0)