Skip to content

Commit

Permalink
Apply comment
Browse files Browse the repository at this point in the history
Signed-off-by: yongjunhong <dev.yongjunh@gmail.com>
  • Loading branch information
YongGoose committed Feb 8, 2025
1 parent 43e59aa commit 478bb7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ void registerSetFirst() {
@Property
void registerWithPriority() {
FixtureMonkey sut = FixtureMonkey.builder()
.register(String.class, monkey -> monkey.giveMeBuilder("test"), 1)
.register(String.class, monkey -> monkey.giveMeBuilder("test2"), 2)
.register(String.class, monkey -> monkey.giveMeBuilder("test"), 1)
.build();

String actual = sut.giveMeBuilder(String.class)
Expand Down

0 comments on commit 478bb7a

Please sign in to comment.