Skip to content

Commit

Permalink
Fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed May 3, 2024
1 parent 4144adc commit 030607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/utils/test/import-all-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {fileURLToPath} from 'url'
import {list} from 'recursive-readdir-async'
import {strict as assert} from 'assert'

const expectedNumberOfFiles = 14 //sanity check in case a change happens which breaks this test; update this if the number of files changes
const expectedNumberOfFiles = 17 //sanity check in case a change happens which breaks this test; update this if the number of files changes

const dir = join(dirname(fileURLToPath(import.meta.url)), '../src')
let files = await list(dir)
Expand Down

0 comments on commit 030607b

Please sign in to comment.