Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvasagar committed Jun 13, 2024
1 parent 0a71417 commit 4b8323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/autoload/prosession_test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ call testify#teardown(function('s:teardown'))

function! s:TestGetCurrBranch()
let out = prosession#GetCurrBranch(".")
let branch = subsitute($GIT_BRANCH,"/","%","g")
let branch = substitute($GIT_BRANCH,"/","%","g")
call testify#assert#equals(out, branch)
endfunction
call testify#it('prosession#GetCurBranch should get the current git branch', function('s:TestGetCurrBranch'))

0 comments on commit 4b8323d

Please sign in to comment.