Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit d8758f8

Browse files
committed
fixes namespace
1 parent 0655a97 commit d8758f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Solid.Identity.Protocols.Sam2p.Tests/Saml2pEncodingServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Text;
77
using Xunit;
88

9-
namespace Solid.Identity.Protocols.Sam2p.Tests
9+
namespace Solid.Identity.Protocols.Saml2p.Tests
1010
{
1111
public class Saml2pEncodingServiceTests
1212
{

src/Solid.Identity.Protocols.Sam2p.Tests/Saml2pStatusConversionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Text;
66
using Xunit;
77

8-
namespace Solid.Identity.Protocols.Sam2p.Tests
8+
namespace Solid.Identity.Protocols.Saml2p.Tests
99
{
1010
public class Saml2pStatusConversionTests
1111
{

0 commit comments

Comments
 (0)