Skip to content

Commit

Permalink
Copy pasta mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 28, 2024
1 parent 098cd47 commit 0199499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/gcm-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe('git-credential-manager', () => {
process.cwd()
)
expect(result.exitCode).toBe(0)
expect(result.stdout).toContain(`git-lfs/${gitCredentialManagerVersion} `)
expect(result.stdout).toContain(gitCredentialManagerVersion)
})
})

0 comments on commit 0199499

Please sign in to comment.