Skip to content

Commit

Permalink
Fern ignore test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Jul 24, 2024
1 parent 5d66d70 commit 973a038
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ src/AssemblyAI/Files/FilesCustomClient.cs
src/AssemblyAI/Transcripts/TranscriptsCustomClient.cs
src/AssemblyAI/Realtime/RealtimeTranscriber.cs
src/AssemblyAI/Realtime/WebSocketClient
src/AssemblyAI.Test
src/AssemblyAI.UnitTests
src/AssemblyAI.IntegrationTests

Samples
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Microsoft.Extensions.Options;
using NUnit.Framework;

namespace AssemblyAI.UnitTest;
namespace AssemblyAI.UnitTests;

[TestFixture]
public class DependencyInjectionClientOptionsTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Microsoft.Extensions.Options;
using NUnit.Framework;

namespace AssemblyAI.UnitTest;
namespace AssemblyAI.UnitTests;

[TestFixture]
public class DiClientTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using NUnit.Framework;

namespace AssemblyAI.UnitTest;
namespace AssemblyAI.UnitTests;

[TestFixture]
public class UserAgentTests
Expand Down
2 changes: 1 addition & 1 deletion src/AssemblyAI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyAI", "AssemblyAI\AssemblyAI.csproj", "{6908A082-04F2-4B91-92F1-671DEA06C378}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyAI.UnitTest", "AssemblyAI.UnitTest\AssemblyAI.UnitTest.csproj", "{4C5A0575-B891-42AA-8F7A-92424E2E27C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyAI.UnitTests", "AssemblyAI.UnitTests\AssemblyAI.UnitTests.csproj", "{4C5A0575-B891-42AA-8F7A-92424E2E27C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyAI.IntegrationTests", "AssemblyAI.IntegrationTests\AssemblyAI.IntegrationTests.csproj", "{F68D755B-BF68-496C-860B-1F7CB8F579D3}"
EndProject
Expand Down

0 comments on commit 973a038

Please sign in to comment.