Skip to content

Commit

Permalink
Works, ha!
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwhitney committed Apr 14, 2020
1 parent f120eb3 commit e44dd02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoreBoy.Test.Unit/Memory/Cart/Rtc/RealTimeClockTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class RealTimeClockTest
[SetUp]
public void SetUp()
{
this._clock = new VirtualClock();
this._rtc = new RealTimeClock(_clock);
_clock = new VirtualClock();
_rtc = new RealTimeClock(_clock);
}

[Test]
Expand Down
6 changes: 6 additions & 0 deletions CoreBoy.v3.ncrunchsolution
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<SolutionConfiguration>
<Settings>
<AllowParallelTestExecution>True</AllowParallelTestExecution>
<SolutionConfigured>True</SolutionConfigured>
</Settings>
</SolutionConfiguration>

0 comments on commit e44dd02

Please sign in to comment.