Skip to content

Commit

Permalink
Fix field values in the test data
Browse files Browse the repository at this point in the history
  • Loading branch information
plisovin committed Sep 18, 2023
1 parent 5a49a06 commit a765e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
},
{
"Key": "dfe_name",
"Value": "0001-01-01T00:00:00"
"Value": "Application Form 1"
},
{
"Key": "dfe_senttoproviderat",
"Value": "Application Choice 1"
"Value": "2022-03-14T14:23:39+00:00"
}
],
"EntityState": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"Key": "dfe_name",
"Value": "0001-01-01T00:00:00"
"Value": "Application Choice 1"
},
{
"Key": "dfe_senttoproviderat",
Expand Down

0 comments on commit a765e60

Please sign in to comment.