We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dd4a7 commit 9955e9dCopy full SHA for 9955e9d
src/app/ApplicationTemplate.Tests.Unit/AuthenticationServiceShould.cs
@@ -11,7 +11,7 @@
11
using Uno.Extensions;
12
using Xunit;
13
14
-namespace ApplicationTemplate.Tests.Unit;
+namespace ApplicationTemplate.Tests;
15
16
/// <summary>
17
/// Tests for the <see cref="AuthenticationService"/>.
@@ -121,7 +121,7 @@ public async Task SignalThatTheUserIsLoggedOut_WhenThereIsNoAuthenticationDataIn
121
}
122
123
[Fact]
124
- public async Task RespondNull_WhenThereIsNoAuthenticationDataInAppSettings()
+ public async Task ReturnNull_WhenThereIsNoAuthenticationDataInAppSettings()
125
{
126
// Arrange
127
ResetApplicationSettings();
0 commit comments