Skip to content

Commit

Permalink
db/fixtureの整合性をとった
Browse files Browse the repository at this point in the history
conflictに対応する際に修正をしていなかった
  • Loading branch information
kyokucho1989 committed Jun 21, 2024
1 parent b274e45 commit 4e46230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions db/fixtures/categories_practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ categories_practice111_1:

categories_practice111_2:
practice: practice111
category: category22
category: category23
position: 2

categories_practice112_1:
Expand All @@ -334,5 +334,5 @@ categories_practice112_1:

categories_practice112_2:
practice: practice112
category: category22
category: category23
position: 3
4 changes: 2 additions & 2 deletions db/fixtures/learnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ learning24:

learning25:
user: harikirio
practice: practice62
practice: practice111
status: "complete"
completion_message_displayed: false

learning26:
user: harikirio
practice: practice63
practice: practice112
status: "complete"
completion_message_displayed: false

0 comments on commit 4e46230

Please sign in to comment.