Skip to content

Commit 95a2f93

Browse files
Rename unit test file to FileUploadsClientTests
1 parent 8766e0e commit 95a2f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/Notion.UnitTests/FileUploadClientTests.cs renamed to Test/Notion.UnitTests/FileUploadsClientTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
namespace Notion.UnitTests;
1212

13-
public class FileUploadClientTests
13+
public class FileUploadsClientTests
1414
{
1515
private readonly AutoMocker _mocker = new();
1616
private readonly FileUploadsClient _fileUploadClient;
1717
private readonly Mock<IRestClient> _restClientMock;
1818

19-
public FileUploadClientTests()
19+
public FileUploadsClientTests()
2020
{
2121
_restClientMock = _mocker.GetMock<IRestClient>();
2222
_fileUploadClient = _mocker.CreateInstance<FileUploadsClient>();

0 commit comments

Comments
 (0)