Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl committed Aug 22, 2023
1 parent 7cbf4d6 commit 7e73dc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev/TabView/APITests/TabViewTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ static ISelectionItemProvider GetProviderFromTVI(TabViewItem item)
}

[TestMethod]
<<<<<<< HEAD
public void VerifyTabViewWithoutTabsDoesNotCrash()
=======
public void VerifyPaneFooterSizingRespected()
{
foreach (var property in new DependencyProperty[] { FrameworkElement.MinWidthProperty, FrameworkElement.WidthProperty })
Expand Down Expand Up @@ -264,8 +261,7 @@ public void VerifyPaneFooterSizingRespected()



private static void VerifyTabWidthVisualStates(IList<object> items, bool isCompact)
>>>>>>> 6e77244d (Add test)
private void VerifyTabViewWithoutTabsDoesNotCrash()
{
RunOnUIThread.Execute(() =>
{
Expand Down

0 comments on commit 7e73dc5

Please sign in to comment.