Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Oct 16, 2020
1 parent 1a43b3e commit 038d7a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DotNetStac.Test/Item/SatExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public void CalculatePerpendicularBaseline()
IStacItem sentinel1Item_1 = JsonConvert.DeserializeObject<StacItem>(sentinel1Json_1);
IStacItem sentinel1Item_2 = JsonConvert.DeserializeObject<StacItem>(sentinel1Json_2);

sentinel1Item_2.GetTitle();

SatStacExtension satExtension_1 = sentinel1Item_1.GetExtension<SatStacExtension>();
SatStacExtension satExtension_2 = sentinel1Item_2.GetExtension<SatStacExtension>();

Expand Down

0 comments on commit 038d7a7

Please sign in to comment.