Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Jun 21, 2024
1 parent 1de8b6a commit b4dca80
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/diagnostics/diagnostics_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ using ClimaLand

@test isdefined(ClimaLand.Diagnostics, :compute_albedo!)

@test_throws ErrorException("cannot albedo with nothing") ClimaLand.Diagnostics.compute_albedo!(_, _, _, _, nothing)
@test_throws ErrorException("cannot albedo with nothing") ClimaLand.Diagnostics.compute_albedo!(
_,
_,
_,
_,
nothing,
)

@test_throws ErrorException ClimaLand.Diagnostics.get_diagnostic_variable("Foo")

0 comments on commit b4dca80

Please sign in to comment.