Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 25, 2023
1 parent 2068f73 commit aee1158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/functions/yaml-validator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test('fails to validate a yaml file with an incorrect schema', async () => {
})
expect(errorMock).toHaveBeenCalledWith(
expect.stringMatching(
'❌ failed to parse YAML file: ./__tests__/fixtures/yaml/valid/yaml2.yaml'
'❌ failed to parse YAML file: ./__tests__/fixtures/yaml/valid/yaml1.yaml'
)
)
})
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aee1158

Please sign in to comment.