Skip to content

Commit 8182098

Browse files
committed
Fix Rotate unit test
1 parent 3564735 commit 8182098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BlazorWebFormsComponents.Test/AdRotator/Rotate.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
var img = cut.Find("img");
2020
var alternateText = img.Attributes["alt"].Value;
2121

22-
Assert.Contains(alternateText, new[] { "CSharp", "Visual Basic" });
22+
Assert.Contains(alternateText, new[] { "CSharp", "Visual Basic", "VB" });
2323
}
2424

2525
void RotateTestWithCustomFieldsAttributes(Fixture fixture)

0 commit comments

Comments
 (0)