Skip to content

Commit

Permalink
Remove time from test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Aug 26, 2024
1 parent 527b985 commit 37fcf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Geopilot.Api.Test/StacApi/FeaturesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public async Task GetFeatureByIdAsync()
{
var feature = await featuresClient.GetFeatureAsync("coll_1", "item_14");

Assert.AreEqual("Datenlieferung_2023-07-04T13:08:47", feature.Title);
StringAssert.StartsWith(feature.Title, "Datenlieferung_2023-07");
Assert.AreEqual(3, feature.Assets.Count);
}
}

0 comments on commit 37fcf3b

Please sign in to comment.