Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Oct 2, 2020
1 parent 4b019fb commit bec9595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Single type Graphql support', () => {
afterAll(() => modelsUtils.deleteContentType('home-page'), 60000);

describe('Queries', () => {
test('No list avaialble', async () => {
test('No list available', async () => {
const res = await graphqlQuery({
query: /* GraphQL */ `
{
Expand Down

0 comments on commit bec9595

Please sign in to comment.