Skip to content

Commit

Permalink
refactor: rename namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Feb 29, 2024
1 parent c657454 commit b644f46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<LangVersion>12</LangVersion>

<RootNamespace>AspNetMartenHtmxVsa.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Alba;
using AspNetMartenHtmxVsa.Tests.TestSetup;
using AspNetMartenHtmxVsa.IntegrationTests.TestSetup;
using Microsoft.Extensions.Configuration;
using Xunit.Abstractions;

namespace AspNetMartenHtmxVsa.Tests.IntegrationTestHost;
namespace AspNetMartenHtmxVsa.IntegrationTests.IntegrationTestHost;

public class TestConfiguration : Dictionary<string, string?>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Marten;
using Npgsql;

namespace AspNetMartenHtmxVsa.Tests.TestSetup;
namespace AspNetMartenHtmxVsa.IntegrationTests.TestSetup;

public class PostgresAdministration
{
Expand Down
2 changes: 1 addition & 1 deletion src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AspNetMartenHtmxVsa.Tests;
namespace AspNetMartenHtmxVsa.IntegrationTests;

public class UnitTest1
{
Expand Down

0 comments on commit b644f46

Please sign in to comment.