Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 41b4f46

Browse files
Add missing assertion that was lost during rebase
1 parent 1b1097e commit 41b4f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.AspNetCore.Blazor.Build.Test/IndexHtmlWriterTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Some text
5353
Assert.Equal("MyApp.Entrypoint.dll", scriptElem.GetAttribute("main"));
5454
Assert.Equal("MyNamespace.MyType::MyMethod", scriptElem.GetAttribute("entrypoint"));
5555
Assert.Equal("System.Abc.dll,MyApp.ClassLib.dll", scriptElem.GetAttribute("references"));
56+
Assert.Equal("/my/reload", scriptElem.GetAttribute("reload"));
5657
Assert.False(scriptElem.HasAttribute("type"));
5758
Assert.Equal(string.Empty, scriptElem.Attributes["custom1"].Value);
5859
Assert.Equal("value", scriptElem.Attributes["custom2"].Value);

0 commit comments

Comments
 (0)