diff --git a/src/test/java/io/bitsquare/app/gui/ViewLoaderTests.java b/src/test/java/io/bitsquare/app/gui/ViewLoaderTests.java index b15d669048..0e36f241ed 100644 --- a/src/test/java/io/bitsquare/app/gui/ViewLoaderTests.java +++ b/src/test/java/io/bitsquare/app/gui/ViewLoaderTests.java @@ -88,13 +88,6 @@ public class ViewLoaderTests { new FxmlViewLoader(viewFactory, resourceBundle).load(uri); } - @Test - public void loadingValidFxmlResourceShouldNotThrow() throws MalformedURLException { - String path = "/Users/cbeams/Desktop/bitsquare/bitsquare/build/resources/main/" + - "io/bitsquare/gui/main/account/AccountView.fxml"; - new FxmlViewLoader(viewFactory, resourceBundle).load(new File(path).toURI().toURL()); - } - @Test public void loadingFromValidFxmlViewClassShouldNotThrow() { new FxmlViewLoader(viewFactory, resourceBundle).load(FundsView.class);