Skip to content

Commit

Permalink
hotfix for wln error
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 8, 2020
1 parent cc2c559 commit b30d44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseTestSuite.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ public function ExpectOnceOrNoneWLN(lineNumber, target, methodName, isExpected,
if isExpected
return m.ExpectOnceWLN(lineNumber, target, methodName, expectedArgs, returnValue, allowNonExistingMethods)
else
return m.ExpectNoneWLN(lineNumber, target, methodName, allowNonExistingMethods, lineNumber)
return m.ExpectNoneWLN(lineNumber, target, methodName, allowNonExistingMethods)
end if
end function

Expand Down

0 comments on commit b30d44e

Please sign in to comment.