Skip to content

Commit c365df5

Browse files
authored
Merge pull request #244 from hishamco/adRotator-unit-test-fix
Fix Rotate unit test
2 parents 3564735 + 8182098 commit c365df5

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)