Skip to content

Commit b2d0bd5

Browse files
authored
chore(): fix typo (#203)
1 parent 83e4c8a commit b2d0bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_guides/helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function assertModelAge (n) {
247247
// do our comparison
248248
this.assert(
249249
age === n
250-
, "expected #{this} to have have #{exp} but got #{act}"
250+
, "expected #{this} to have age #{exp} but got #{act}"
251251
, "expected #{this} to not have age #{act}"
252252
, n
253253
, age

0 commit comments

Comments
 (0)