You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will create a file named `tickers-btc-usdt.tsv` that contains the historical rate of BTC-USDT from `startDate` (3 months ago) to `endDate` (now). Of course, you can choose your own dates and currency pair.
64
64
65
-
Place this file in the `src/test/resources` folder of your project and add those lines to your JUnit test class:
65
+
Place this file in the `src/test/resources` folder of your project and add this line to your JUnit test class:
It will create a file named `tickers-btc-usdt.tsv` that contains the historical rate of `btc-usdt` from `startDate` (3 months ago) to `endDate` (now). Of course, you can change dates and currency pair.
259
259
260
-
Now place this file in the `src/test/resources` folder of our project and add those lines to your JUnit test class:
260
+
Now place this file in the `src/test/resources` folder of our project and add this line to your JUnit test class:
0 commit comments