Skip to content

Commit

Permalink
update test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pn-koshikawa committed Apr 30, 2024
1 parent b961774 commit b6e1beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public Record createTestRecord()
testRecord.putField("作成日時", new CreatedTimeFieldValue(ZonedDateTime.parse("2012-01-11T11:30:00Z")));
testRecord.putField("更新者", new ModifierFieldValue(modifier));
testRecord.putField("更新日時", new UpdatedTimeFieldValue(ZonedDateTime.parse("2012-01-11T11:30:00Z")));
testRecord.putField("計算", new CalcFieldValue(new BigDecimal("1.23E-12")));
testRecord.putField("計算", new CalcFieldValue("1.23E-12"));
FileBody body1 = new FileBody();
body1.setFileKey("sample_file1");
FileBody body2 = new FileBody();
Expand Down

0 comments on commit b6e1beb

Please sign in to comment.