Skip to content

Commit 419b994

Browse files
fix: yet another prettier
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 4171e5f commit 419b994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/file_system_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ describe('lib', () => {
195195
const fs = new FileSystem(__dirname)
196196
const filePath = path.resolve(__dirname, 'text_file_for_test.txt')
197197
const contents = await realFs.promises.readFile(filePath)
198-
198+
199199
it('should return undefined if the file does not exist', async () => {
200200
const actual = await fs.getFileContents('notAFile')
201201
expect(actual).to.equal(undefined)

0 commit comments

Comments
 (0)