Fixing tests.

fix_report_view
Dessalines 2021-11-23 09:29:40 -05:00
parent 821ee813af
commit e3ee705139
2 changed files with 4 additions and 4 deletions

View File

@ -509,8 +509,8 @@ mod tests {
assert_eq!(
reports,
[
expected_sara_report_view.to_owned(),
expected_jessica_report_view.to_owned()
expected_jessica_report_view.to_owned(),
expected_sara_report_view.to_owned()
]
);

View File

@ -492,8 +492,8 @@ mod tests {
assert_eq!(
reports,
[
expected_sara_report_view.to_owned(),
expected_jessica_report_view.to_owned()
expected_jessica_report_view.to_owned(),
expected_sara_report_view.to_owned()
]
);