Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkang committed Aug 11, 2016
1 parent 046f5f4 commit dd60d72
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -138,6 +138,7 @@ public void addParagraphWithLastReplName() {

Note note = new Note(repo, interpreterFactory, jobListenerFactory, index, credentials, noteEventListener);
note.putDefaultReplName(); //set lastReplName
when(note.isBinding("spark")).thenReturn(true);

Paragraph p = note.addParagraph();

Expand All @@ -153,6 +154,7 @@ public void insertParagraphWithLastReplName() {

Note note = new Note(repo, interpreterFactory, jobListenerFactory, index, credentials, noteEventListener);
note.putDefaultReplName(); //set lastReplName
when(note.isBinding("spark")).thenReturn(true);

Paragraph p = note.insertParagraph(note.getParagraphs().size());

Expand Down

0 comments on commit dd60d72

Please sign in to comment.