Skip to content

Commit 4904a55

Browse files
committed
chore: include test after bug fix in Blazor
1 parent cb2fd5a commit 4904a55

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bunit.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".workflows", ".workflows",
6060
EndProjectSection
6161
EndProject
6262
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{F6084D31-2A92-4794-A47E-A8F2254E6970}"
63+
ProjectSection(SolutionItems) = preProject
64+
benchmark\Directory.Build.props = benchmark\Directory.Build.props
65+
EndProjectSection
6366
EndProject
6467
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.benchmarks", "benchmark\bunit.benchmarks\bunit.benchmarks.csproj", "{9F7A0623-8294-4A5D-946F-70C481732AA5}"
6568
EndProject

tests/bunit.web.tests/JSInterop/BunitJSObjectReferenceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public void Test303(string identifier, string[] args, CancellationToken cancella
429429
"InvokeAsync"));
430430
}
431431

432-
[Theory(DisplayName = "When calling InvokeVoid, then the invocation should be visible from the Invocations list", Skip = "Awaiting https://github.com/dotnet/aspnetcore/issues/37528"), AutoData]
432+
[Theory(DisplayName = "When calling InvokeVoid, then the invocation should be visible from the Invocations list"), AutoData]
433433
public void Test304(string identifier, string[] args)
434434
{
435435
JSInterop.Mode = JSRuntimeMode.Loose;

0 commit comments

Comments
 (0)