Skip to content

Commit

Permalink
refactor: 분류명 깨지는 현상 수정 (#254) (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun authored Sep 13, 2023
1 parent 1f8596c commit e83b576
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public static double buildDouble() {
public static ArbitraryBuilder<StoreMeta> builderStoreMeta() {

return fixtureMonkey.giveMeBuilder(StoreMeta.class)
.set("classification", builderClassification().sample())
.set("deleted", false)
.set("id", buildLong(100))
.set("name", pickRandomString(cafeList))
Expand Down

0 comments on commit e83b576

Please sign in to comment.