Skip to content

Commit

Permalink
Ensured test data is coherent
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Nov 14, 2024
1 parent 5d1942d commit 443bd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/50-schema-result-Review.t
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ subtest 'a full insert/update record with mqc outcome' => sub {
criteria => {"and"=>["e1","e2"]},
qc_outcome =>
{"mqc_outcome"=>"Rejected final","timestamp"=>"2018-10-03T12:58:43+0000","username"=>"robo_qc"},
pass => 1,
pass => 0,
path => 't/data'
};

Expand Down Expand Up @@ -484,7 +484,7 @@ subtest 'a full insert/update record with mqc seq outcome' => sub {
qc_outcome => {"mqc_seq_outcome"=>"Rejected final",
"timestamp"=>"2023-10-03T12:58:43+0000",
"username"=>"robo_qc"},
pass => 1,
pass => 0,
path => 't/data'
};

Expand Down

0 comments on commit 443bd72

Please sign in to comment.