Skip to content

Commit

Permalink
Improve AttributeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen committed Dec 19, 2024
1 parent 3fd0be9 commit b7ab6b2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ class User {
void attribute() {
rewriteRun(
srcTestGroovy(groovy(SOME_USER)),
groovy(
"""
new User("Bob").@name == 'Bob'
"""
)
groovy("new User('Bob').@name == 'Bob'")
);
}

Expand Down

0 comments on commit b7ab6b2

Please sign in to comment.