Skip to content

Commit fc10526

Browse files
committed
korjaus AddInProceedingsCommandTestiin
1 parent cdb8411 commit fc10526

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ReferenceLibrary/src/test/java/referencelibrary/ui/command/AddInproceedingsCommandTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ public void setUp() {
3737
*/
3838
private StubIO createStubIO() {
3939
StubIO stubIo = new StubIO(
40-
"someId",
41-
"someAuthor",
42-
"someTitle",
43-
"someBooktitle",
44-
"someYear",
45-
"y", //answers: "Would you like to add some optional fields?"
46-
"a", //answers: (a)dd a field
47-
"note",
48-
"someNote"
40+
"someId",
41+
"someAuthor",
42+
"someTitle",
43+
"someBooktitle",
44+
"someYear",
45+
"y", //answers: "Would you like to add some optional fields?"
46+
"a", //answers: (a)dd a field
47+
"note",
48+
"someNote"
4949
);
5050
return stubIo; //author, title, booktitle, year
5151
}

0 commit comments

Comments
 (0)