File tree Expand file tree Collapse file tree
java/org/knowm/xchange/paribu
resources/org/knowm/xchange/paribu/dto/marketdata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class ParibuAdapterTest {
2121 @ Test
2222 public void testTickerAdapter () throws IOException {
2323 // Read in the JSON from the example resources
24- InputStream is = ParibuAdapterTest .class .getResourceAsStream ("/marketdata/example-ticker-data.json" );
24+ InputStream is = ParibuAdapterTest .class .getResourceAsStream ("/org/knowm/xchange/paribu/dto/ marketdata/example-ticker-data.json" );
2525 // Use Jackson to parse it
2626 ObjectMapper mapper = new ObjectMapper ();
2727 ParibuTicker paribuTicker = mapper .readValue (is , ParibuTicker .class );
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class ParibuTickerTest {
1919 public void testUnmarshal () throws IOException {
2020
2121 // Read in the JSON from the example resources
22- InputStream is = ParibuTickerTest .class .getResourceAsStream ("/marketdata/example-ticker-data.json" );
22+ InputStream is = ParibuTickerTest .class .getResourceAsStream ("/org/knowm/xchange/paribu/dto/ marketdata/example-ticker-data.json" );
2323 ObjectMapper mapper = new ObjectMapper ();
2424 ParibuTicker paribuTicker = mapper .readValue (is , ParibuTicker .class );
2525
File renamed without changes.
You can’t perform that action at this time.
0 commit comments