Skip to content

Commit

Permalink
Update test case description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmitchelldev committed Jun 28, 2023
1 parent c303e0c commit 06a95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/fruit-picker/fruit-picker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('task 2', () => {
});

describe('task 3', () => {
test('order from grocer passes callback function arguments forward', () => {
test('orderFromGrocer passes query and callback function arguments forward', () => {
const query = { variety: 'apple', quantity: 10 };
orderFromGrocer(query, onSuccess, onError);
expect(order).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit 06a95c5

Please sign in to comment.