Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Sep 14, 2024
1 parent 728d349 commit d679449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meshes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ end
@test length(m.faces) == 4

msg = "`normals` as a vertex attribute name has been deprecated in favor of `normal` to bring it in line with mesh.position and mesh.uv"
@test_warn msg Mesh(ps, fs, normals = ns)
@test_logs (:warn, msg) Mesh(ps, fs, normals = ns)
end
end

Expand Down

0 comments on commit d679449

Please sign in to comment.