Skip to content

Commit

Permalink
fix: file parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jun 22, 2023
1 parent ee85e99 commit c0e7e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/__tests__/fileParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Parser', () => {
const files = await getSolidityFilesFromFolderOrFile(
'./src/contracts'
)
expect(files).toHaveLength(36)
expect(files).toHaveLength(39)
})

test('get Solidity files from folder with no sol files', async () => {
Expand Down

0 comments on commit c0e7e3f

Please sign in to comment.