Skip to content

Commit 9cb5fa8

Browse files
committed
Update FakeItEasyIntegrationTest.cs
1 parent 70f925e commit 9cb5fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ninject.MockingKernel.FakeItEasy.Test/FakeItEasyIntegrationTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Ninject.MockingKernel.FakeItEasy
2424
using global::FakeItEasy;
2525

2626
/// <summary>
27-
/// Tests the rhino mocks mocking kernel.
27+
/// Tests the FakeItEasy mocking kernel.
2828
/// </summary>
2929
public class FakeItEasyIntegrationTest : IntegrationTest
3030
{
@@ -46,4 +46,4 @@ protected override void AssertDoWasCalled(IDummyService dummyService)
4646
A.CallTo(() => dummyService.Do()).MustHaveHappened();
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)