Skip to content

Commit 2dfcfd1

Browse files
committed
tests - fix verify function name
1 parent b68a80f commit 2dfcfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export const fileExists = (file: string): Verify => {
236236

237237
export const pathDoNotExists = (path: string): Verify => {
238238
return {
239-
name: `path ${path} exists`,
239+
name: `path ${path} do not exists`,
240240
verify: (_output: ExecuteOutput[]) => {
241241
verifyNoPath(path);
242242
return Promise.resolve();

0 commit comments

Comments
 (0)