We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8766e0e commit 95a2f93Copy full SHA for 95a2f93
…otion.UnitTests/FileUploadClientTests.cs …tion.UnitTests/FileUploadsClientTests.csTest/Notion.UnitTests/FileUploadClientTests.cs renamed to Test/Notion.UnitTests/FileUploadsClientTests.cs
@@ -10,13 +10,13 @@
10
11
namespace Notion.UnitTests;
12
13
-public class FileUploadClientTests
+public class FileUploadsClientTests
14
{
15
private readonly AutoMocker _mocker = new();
16
private readonly FileUploadsClient _fileUploadClient;
17
private readonly Mock<IRestClient> _restClientMock;
18
19
- public FileUploadClientTests()
+ public FileUploadsClientTests()
20
21
_restClientMock = _mocker.GetMock<IRestClient>();
22
_fileUploadClient = _mocker.CreateInstance<FileUploadsClient>();
0 commit comments