From 4816927d7dd5433dceeabd3b28b0ee6a7064e090 Mon Sep 17 00:00:00 2001 From: kev-le Date: Fri, 27 Oct 2023 13:55:07 -0700 Subject: [PATCH] Fix test namespace --- StudioClient.Tests/Job.Test.cs | 2 +- StudioClient.Tests/Photo.Test.cs | 2 +- StudioClient.Tests/Profile.Test.cs | 2 +- StudioClient.Tests/StudioClient.Tests.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/StudioClient.Tests/Job.Test.cs b/StudioClient.Tests/Job.Test.cs index 06011c2..b30f69b 100644 --- a/StudioClient.Tests/Job.Test.cs +++ b/StudioClient.Tests/Job.Test.cs @@ -1,4 +1,4 @@ -namespace StudioClient.Tests; +namespace SkylabStudio.Tests; public class JobTest : IAsyncLifetime diff --git a/StudioClient.Tests/Photo.Test.cs b/StudioClient.Tests/Photo.Test.cs index ad35f9d..0ce56f7 100644 --- a/StudioClient.Tests/Photo.Test.cs +++ b/StudioClient.Tests/Photo.Test.cs @@ -1,4 +1,4 @@ -namespace StudioClient.Tests; +namespace SkylabStudio.Tests; public class PhotoTest : IAsyncLifetime diff --git a/StudioClient.Tests/Profile.Test.cs b/StudioClient.Tests/Profile.Test.cs index 3e4f9d6..fed0d9f 100644 --- a/StudioClient.Tests/Profile.Test.cs +++ b/StudioClient.Tests/Profile.Test.cs @@ -1,4 +1,4 @@ -namespace StudioClient.Tests; +namespace SkylabStudio.Tests; public class ProfileTest diff --git a/StudioClient.Tests/StudioClient.Tests.csproj b/StudioClient.Tests/StudioClient.Tests.csproj index f4e48cf..059103a 100644 --- a/StudioClient.Tests/StudioClient.Tests.csproj +++ b/StudioClient.Tests/StudioClient.Tests.csproj @@ -22,8 +22,8 @@ - - + +