Skip to content

Commit 9955e9d

Browse files
committed
chore: Cleanup Access Layer
1 parent 25dd4a7 commit 9955e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/ApplicationTemplate.Tests.Unit/AuthenticationServiceShould.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using Uno.Extensions;
1212
using Xunit;
1313

14-
namespace ApplicationTemplate.Tests.Unit;
14+
namespace ApplicationTemplate.Tests;
1515

1616
/// <summary>
1717
/// Tests for the <see cref="AuthenticationService"/>.
@@ -121,7 +121,7 @@ public async Task SignalThatTheUserIsLoggedOut_WhenThereIsNoAuthenticationDataIn
121121
}
122122

123123
[Fact]
124-
public async Task RespondNull_WhenThereIsNoAuthenticationDataInAppSettings()
124+
public async Task ReturnNull_WhenThereIsNoAuthenticationDataInAppSettings()
125125
{
126126
// Arrange
127127
ResetApplicationSettings();

0 commit comments

Comments
 (0)