Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Apr 29, 2020
1 parent 753cb57 commit b505844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tgit.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ suite "git":
path = deps.pathForName("cutelog")
check path.isSome
var
cute = deps.projectForPath(path.get).get

proj = deps.projectForPath(path.get)
check proj.isSome
var
cute = proj.get
repository = openRepository(project.gitDir)

teardown:
Expand Down

0 comments on commit b505844

Please sign in to comment.