Skip to content

Commit 1578598

Browse files
committed
fix test case
1 parent 2f7fbec commit 1578598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/com/xxdb/data/BasicInstrumentTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void test_BasicInstrument_basic() throws IOException {
4848
" \"issuePrice\": 100.0,\n" +
4949
" \"coupon\": 0.0149,\n" +
5050
" \"frequency\": \"Annual\",\n" +
51-
" \"dayCountConvention\": \"ActualActual\"\n" +
51+
" \"dayCountConvention\": \"ActualActualISDA\"\n" +
5252
"}\n" +
5353
"ins = parseInstrument(fixedRateBond)\n" +
5454
"ins;";
@@ -79,7 +79,7 @@ public void test_BasicInstrument_upload() throws IOException {
7979
" \"issuePrice\": 100.0,\n" +
8080
" \"coupon\": 0.0149,\n" +
8181
" \"frequency\": \"Annual\",\n" +
82-
" \"dayCountConvention\": \"ActualActual\"\n" +
82+
" \"dayCountConvention\": \"ActualActualISDA\"\n" +
8383
"}\n" +
8484
"ins = parseInstrument(fixedRateBond)\n" +
8585
"ins;";
@@ -107,7 +107,7 @@ public void test_BasicInstrument_download_table() throws IOException {
107107
" \"issuePrice\": 100.0,\n" +
108108
" \"coupon\": 0.0149,\n" +
109109
" \"frequency\": \"Annual\",\n" +
110-
" \"dayCountConvention\": \"ActualActual\"\n" +
110+
" \"dayCountConvention\": \"ActualActualISDA\"\n" +
111111
"}\n" +
112112
"ins = parseInstrument(fixedRateBond)\n" +
113113
"ins;";

0 commit comments

Comments
 (0)