Skip to content

Commit

Permalink
style(mongo): Fix typo on Count word 🎨
Browse files Browse the repository at this point in the history
I've fixed a simple typo that was remaining on project.
  • Loading branch information
ddspog committed Apr 16, 2018
1 parent 08d4c38 commit 81856ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func Test_Link_Handle_to_Database(t *testing.T) {
})
})

when("errLink := h.Link(db) and n, errCount := h.Cound() is called", func(it bdd.It) {
when("errLink := h.Link(db) and n, errCount := h.Count() is called", func(it bdd.It) {
errLink := h.Link(db)
n, errCount := h.Count()

Expand Down

0 comments on commit 81856ca

Please sign in to comment.