We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0471042 commit 10746f5Copy full SHA for 10746f5
zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java
@@ -143,7 +143,7 @@ public void testReloadAndSetInterpreter() throws IOException {
143
assertNull(note.getParagraphs().get(0).getRepl(null));
144
}
145
146
- @Test
+ @Test
147
public void testReloadAllNotes() throws IOException {
148
File srcDir = new File("src/test/resources/2A94M5J1Z");
149
File destDir = new File(notebookDir.getAbsolutePath() + "/2A94M5J1Z");
0 commit comments