Fix unit tests for PR #2440.
This commit is contained in:
parent
e6733ba7ff
commit
de8fe64841
1 changed files with 2 additions and 2 deletions
|
|
@ -182,9 +182,9 @@ class TestCraftingRecipe(TestCase):
|
||||||
"i1": "cons2",
|
"i1": "cons2",
|
||||||
"i2": "cons3",
|
"i2": "cons3",
|
||||||
"o0": "Result1",
|
"o0": "Result1",
|
||||||
"tools": "bar, bar2 and bar3",
|
"tools": "bar, bar2, and bar3",
|
||||||
"consumables": "cons1 and cons2",
|
"consumables": "cons1 and cons2",
|
||||||
"inputs": "cons1, cons2 and cons3",
|
"inputs": "cons1, cons2, and cons3",
|
||||||
"outputs": "Result1",
|
"outputs": "Result1",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue