Skip to content

Commit

Permalink
Fix misslabeled refimg test from #4758 (#4805)
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
ffreyer authored Feb 19, 2025
1 parent e1c1f1b commit afff289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReferenceTests/src/tests/primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ end
fig
end

@testset "Voxel uvs" begin
@reference_test "Voxel uvs" begin
texture = FileIO.load(Makie.assetpath("debug_texture.png"))
f,a,p = voxels(ones(UInt8, 3,3,3), uv_transform = [I], color = texture)
st = Stepper(f)
Expand Down

0 comments on commit afff289

Please sign in to comment.