Skip to content

Commit 9385fc2

Browse files
committed
Updated test name
1 parent 51e3ad3 commit 9385fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fetch-resources-for-products-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import assert from 'assert';
22
import fetchResourcesForProducts from '../src/fetch-resources-for-products';
33

44
suite('fetch-resources-for-product-test', () => {
5-
test('it returns null when no product is found', () => {
5+
test('it returns an empty array when no product is found', () => {
66
return fetchResourcesForProducts(null).then((result) => {
77

88
assert.deepStrictEqual(result, []);

0 commit comments

Comments
 (0)