Skip to content

Commit

Permalink
Fix | #87 | @YongsHub | CakeShop Fixture 생성 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YongsHub committed Jun 15, 2024
1 parent 0d068a5 commit c50883a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ private CakeShop getCakeShopFixture() {
return getConstructorMonkey().giveMeBuilder(CakeShop.class)
.set("shopName", Arbitraries.strings().withCharRange('a', 'z').ofMaxLength(30))
.set("location", supplyPointBy(Arbitraries.doubles().sample(), Arbitraries.doubles().sample()))
.setNull("businessInformation")
.sample();
}

Expand Down

0 comments on commit c50883a

Please sign in to comment.