Skip to content

Commit

Permalink
Fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-le committed Oct 27, 2023
1 parent 487ba02 commit 4816927
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion StudioClient.Tests/Job.Test.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StudioClient.Tests;
namespace SkylabStudio.Tests;


public class JobTest : IAsyncLifetime
Expand Down
2 changes: 1 addition & 1 deletion StudioClient.Tests/Photo.Test.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StudioClient.Tests;
namespace SkylabStudio.Tests;


public class PhotoTest : IAsyncLifetime
Expand Down
2 changes: 1 addition & 1 deletion StudioClient.Tests/Profile.Test.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StudioClient.Tests;
namespace SkylabStudio.Tests;


public class ProfileTest
Expand Down
4 changes: 2 additions & 2 deletions StudioClient.Tests/StudioClient.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StudioClient\StudioClient.csproj" />
<ItemGroup>
<ProjectReference Include="..\StudioClient\StudioClient.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4816927

Please sign in to comment.