Skip to content

Commit

Permalink
🚨 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jun 16, 2024
1 parent 9d20938 commit efa8605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PrecompileTools = "1"
Printf = "1.6"
Reexport = "1"
SatelliteToolboxBase = "0.3.2"
SatelliteToolboxSgp4 = "2.1"
SatelliteToolboxSgp4 = "2.2"
SatelliteToolboxTle = "1"
StaticArrays = "1"
Test = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ end
@testset "Copying Structure" verbose = true begin
for (T, sgp4c) in ((Float64, sgp4c_wgs84), (Float32, sgp4c_wgs84_f32))
@testset "$T" begin
tle_input = tle"""
tle = tle"""
AMAZONIA 1
1 47699U 21015A 21270.48626105 -.00000044 00000-0 19860-2 0 9993
2 47699 98.4889 344.6059 0001597 74.4244 285.7135 14.40801240 30436
Expand Down

0 comments on commit efa8605

Please sign in to comment.