Skip to content

Commit

Permalink
Correct return value to test passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy9 committed Jun 25, 2018
1 parent c786b4b commit f0b7098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RubberduckTests/IntegrationTests/FakeTests.bas
Expand Up @@ -325,7 +325,7 @@ Public Sub DateFakePassThroughWorks()
On Error GoTo TestFail

With Fakes.Date
.Returns #9:00:00 AM#
.Returns #1/1/1993#
.Passthrough = True
Assert.IsTrue Date <> #1/1/1993#
.Verify.Once
Expand Down

0 comments on commit f0b7098

Please sign in to comment.