Skip to content

Commit

Permalink
Update FileTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hansen committed Jun 23, 2021
1 parent 6e08ba0 commit fcb79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic.io.tests/FileTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static internal Mock<IFormFile> CreateMoqFile(string content, string name)
return fileMock;
}

FilesController CreateController(Type authType = null)
static FilesController CreateController(Type authType = null)
{
var services = new ServiceCollection();
services.AddTransient<IFileService, FileService>();
Expand Down

0 comments on commit fcb79de

Please sign in to comment.