Skip to content

Commit

Permalink
remove DependencyResolver test
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 22, 2020
1 parent a4fe2aa commit 43a3cbb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,5 @@ public void ProvidesValueFromResourceDictionary()
Assert.Contains(events, e => e == "ConvertBack");

}

[Fact]
public void ResolvesForDependencyResolver()
{
var app = CreateMockApplication();
Assert.Same(app.Container.Resolve<ILoggerFacade>(), Xamarin.Forms.DependencyService.Resolve<ILoggerFacade>());
}
}
}

0 comments on commit 43a3cbb

Please sign in to comment.