Skip to content

Commit

Permalink
inquireをinquiryに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kuroki-gs committed Mar 6, 2024
1 parent 2869f62 commit a2e671c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/fixtures/inquiries.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
inquiry1:
name: 'inquire1'
email: 'inquire1@example.com'
name: 'inquiry1'
email: 'inquiry1@example.com'
created_at: '2017-01-01 00:00:00'
body: 'お問い合わせのテスト1です。'

inquiry2:
name: 'inquire2'
email: 'inquire2@example.com'
name: 'inquiry2'
email: 'inquiry2@example.com'
created_at: '2017-01-01 00:00:00'
body: 'お問い合わせのテスト2です。'

0 comments on commit a2e671c

Please sign in to comment.