Skip to content

Commit

Permalink
Tweak a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
trayburn committed Jan 20, 2011
1 parent 552bba5 commit bd3b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Squire/Framework/ConsoleKihonStructure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void WriteLine_FooBar_To_The_Console()
WriteLine_FooBar_To_The_Console(console);

// Assert
console.AssertWasCalled(c => c.Write("FooBar"));
console.AssertWasCalled(c => c.WriteLine("FooBar"));
}

[TestMethod]
Expand Down

0 comments on commit bd3b434

Please sign in to comment.