Skip to content

Commit

Permalink
* Fix kanban unit test bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyuting committed Mar 15, 2024
1 parent a9724ff commit 92d3215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/kanban/test/yaml/kanbanregion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fields:
- field: createdDate
range: "20201101 000000:1D"
type: timestamp
format: "YYYY-MM-DD hh::mm:ss"
format: "YYYY-MM-DD hh:mm:ss"
- field: lastEditedDate
range: "20220101 000000:1D"
type: timestamp
Expand Down
2 changes: 1 addition & 1 deletion module/kanban/test/yaml/rdkanbanregion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fields:
- field: createdDate
range: "20201101 000000:1D"
type: timestamp
format: "YYYY-MM-DD hh::mm:ss"
format: "YYYY-MM-DD hh:mm:ss"
- field: lastEditedDate
range: "20220101 000000:1D"
type: timestamp
Expand Down

0 comments on commit 92d3215

Please sign in to comment.