Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Mar 31, 2024
1 parent 4850ef4 commit 9caa4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/varname.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end

end

@testset "optic expression parser" begin
@testset "parsing composite optics" begin
ex = :((_.f, _[1]))
obj, optics = AbstractPPL._parse_obj_optics(ex)
@test obj == :($(Expr(:escape, :_)))
Expand Down

0 comments on commit 9caa4dc

Please sign in to comment.