File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
data-loader/cli/src/test/java/com/scalar/db/dataloader/cli/command/dataexport Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55import com .scalar .db .common .error .CoreError ;
66import com .scalar .db .dataloader .core .FileFormat ;
7+ import com .scalar .db .dataloader .core .ScalarDbMode ;
78import java .io .File ;
89import java .nio .file .Paths ;
9- import com .scalar .db .dataloader .core .ScalarDbMode ;
1010import org .junit .jupiter .api .AfterEach ;
1111import org .junit .jupiter .api .Assertions ;
1212import org .junit .jupiter .api .Test ;
@@ -56,7 +56,8 @@ void call_withInvalidScalarDBConfigurationFile_shouldReturnOne() throws Exceptio
5656 }
5757
5858 @ Test
59- void call_withScalarDBModeTransaction_WithInvalidConfigurationFile_shouldReturnOne () throws Exception {
59+ void call_withScalarDBModeTransaction_WithInvalidConfigurationFile_shouldReturnOne ()
60+ throws Exception {
6061 ExportCommand exportCommand = new ExportCommand ();
6162 exportCommand .configFilePath = "scalardb.properties" ;
6263 exportCommand .dataChunkSize = 100 ;
You can’t perform that action at this time.
0 commit comments