Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Nov 23, 2019
1 parent 74fc61e commit 5a64a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gridtools.jl
Expand Up @@ -6,7 +6,7 @@
xᵢ3D = rearrange_into_3Darray(xᵢ, grid)
@test size(xᵢ3D) == size(grid)
end
@testset "convert to 3D array" for xᵢ in state_to_tracers(x₀, grd)
@testset "convert to 3D array" for xᵢ in state_to_tracers(x₀, grid)
xᵢ3D = rearrange_into_3Darray(xᵢ, grid)
@test size(xᵢ3D) == size(grid)
end
Expand Down

0 comments on commit 5a64a38

Please sign in to comment.