Fixed typo
This commit is contained in:
12
test/fixtures/jobs.yml
vendored
12
test/fixtures/jobs.yml
vendored
@@ -2,11 +2,11 @@
|
||||
|
||||
one:
|
||||
operator_id: one
|
||||
costumer_id: one
|
||||
customer_id: one
|
||||
operator_firstname: MyString
|
||||
operator_lastname: MyString
|
||||
costumer_firstname: MyString
|
||||
costumer_lastname: MyString
|
||||
customer_firstname: MyString
|
||||
customer_lastname: MyString
|
||||
paid: false
|
||||
printed_at: 2024-07-27 12:13:47
|
||||
intern: false
|
||||
@@ -19,11 +19,11 @@ one:
|
||||
|
||||
two:
|
||||
operator_id: two
|
||||
costumer_id: two
|
||||
customer_id: two
|
||||
operator_firstname: MyString
|
||||
operator_lastname: MyString
|
||||
costumer_firstname: MyString
|
||||
costumer_lastname: MyString
|
||||
customer_firstname: MyString
|
||||
customer_lastname: MyString
|
||||
paid: false
|
||||
printed_at: 2024-07-27 12:13:47
|
||||
intern: false
|
||||
|
||||
Reference in New Issue
Block a user