Skip to content

Commit

Permalink
Add omitted test names
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Feb 11, 2021
1 parent cf491d1 commit 7d11ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway-js/src/__tests__/loadCsdlFromStorage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
apiKey,
} from './integration/nockMocks';

describe('', () => {
it('', async () => {
describe('loadCsdlFromStorage', () => {
it('fetches CSDL as expected', async () => {
mockCsdlRequestSuccess();
const fetcher = getDefaultFetcher();
const result = await loadCsdlFromStorage({
Expand Down

0 comments on commit 7d11ace

Please sign in to comment.