Skip to content

Commit 10c061e

Browse files
committed
[circleci-issue] - log added
Signed-off-by: Ashish Patel <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent ae4bdef commit 10c061e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/hash.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('hash', () => {
110110
.stdout()
111111
.command(['hash', '-f', 'test/resources/test.txt', '-t', 'sha512', '--output', 'test/resources/output/out.txt'])
112112
.it("File Hashing, output to a file", ctx => {
113-
expect(ctx.stdout).to.contain('✔ success output written to file')
113+
expect(ctx.stdout).to.contain('✔ sccess output written to file')
114114
})
115115

116116
//file input - file not found

0 commit comments

Comments
 (0)