Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 22, 2024
1 parent 5900278 commit 4fccee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Residue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ end
show(buff, MIME"text/plain"(), watresiter)
@test String(take!(buff)) == " Iterator with 6 residues."
show(buff, MIME"text/plain"(), watres)
@test String(take!(buff)) == " Vector{Residue} with 6 residues."
@test String(take!(buff)) == " Vector{PDBTools.Residue} with 6 residues."
end

"""
Expand Down

0 comments on commit 4fccee3

Please sign in to comment.