Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Mar 12, 2024
1 parent c57c2df commit a3a53c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class AppDirectoryTemplateProviderTests
[TestMethod]
public async Task AppDirectoryTemplateProvider_HasCorrectData_ShouldReturnPath()
{
ITemplateProvider provider = new AppDirectoryTemplateProvider("Templates", ".dhtml");
ITemplateProvider provider = new AppDirectoryTemplateProvider("Templates", ".sbnhtml");
string template = await provider.GetTemplate("Test");

Assert.IsFalse(string.IsNullOrEmpty(template));
Expand Down

0 comments on commit a3a53c1

Please sign in to comment.