Skip to content

Commit

Permalink
[#535] Fix records methods
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 10, 2024
1 parent 6f99935 commit 26a354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jpeek/skeleton/XmlClassTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void parsesRecordClass() {
"Must parse record class",
XhtmlMatchers.xhtml(new ClassAsXml("BarRecord").value()),
XhtmlMatchers.hasXPaths(
"/class/methods[count(method) = 1]",
"/class/methods[count(method) = 5]",
"/class/attributes[count(attribute) = 1]"
)
).affirm();
Expand Down

0 comments on commit 26a354a

Please sign in to comment.