Skip to content

Commit

Permalink
fix: input legacy piece importer test
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhigueraacid committed Jun 15, 2022
1 parent 273436e commit 9799dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const getFixtures = async () => {
...validVariableValues,
};

return saveFile('BESTSCORE 100/nBLM 200');
return saveFile('BESTSCORE 100\nBLM 200');
},
GivenInvalidInputDatFile: () => {
const invalidVariableValues = 'BESTSCORE invalidBestScore';
Expand Down

0 comments on commit 9799dd8

Please sign in to comment.