Skip to content
Snippets Groups Projects
Commit 4012f516 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

fix: test

parent f74d7488
No related branches found
No related tags found
No related merge requests found
package cz.it4i.fiji.haas;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
......@@ -7,7 +9,7 @@ import cz.it4i.fiji.haas_java_client.HaaSClient.UploadingFile;
public class TestUploadingData {
private static Logger log = LoggerFactory.getLogger(TestUploadingData.class);
public static void main(String[] args) {
public static void main(String[] args) throws IOException {
UploadingFile uf = new UploadingFileFromResource("", "config.yaml");
log.info("size: " + uf.getLength());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment