Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Aug 24, 2021
1 parent d6fd6eb commit c7aebae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('Overview - Fix deprecation logs step', () => {
httpRequestsMockHelpers.setLoadDeprecationLoggingResponse(getLoggingResponse(true));
});

test('Has deprecation warnings', async () => {
test('With deprecation warnings', async () => {
httpRequestsMockHelpers.setLoadDeprecationLogsCountResponse({
count: 10,
});
Expand Down

0 comments on commit c7aebae

Please sign in to comment.