Skip to content

Commit

Permalink
Removed commendet out test
Browse files Browse the repository at this point in the history
  • Loading branch information
andmos committed Sep 19, 2023
1 parent fbf17b0 commit 95852e5
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ public async Task GetBikeShareData_GivenWrongBaseUrl_ThrowsNotImplementedExcepti
await Assert.ThrowsAsync<NotImplementedException>(async () => await dataProvider.GetBikeShareData<BikeStatusDTO>());
}

// [Fact]
// public async Task GetBikeShareData_GivenBaseUrlWithoutVersionAttribute_ReturnsDefaultVersion()
// {
// var defaultVersion = new SemanticVersion("1.0");
// var dataProvider = new BikeShareDataProvider("http://gbfs.urbansharing.com/oslovintersykkel.no/");

// var gbfsDto = await dataProvider.GetBikeShareData<GbfsDTO>();

// Assert.True(Equals(gbfsDto.Version, defaultVersion));
// }

[Fact]
public async Task GetBikeShareData_GivenBaseUrlWithVersionAttribute_ReturnsCorrectVersion()
{
Expand Down

0 comments on commit 95852e5

Please sign in to comment.