Skip to content

Commit

Permalink
fix tests more
Browse files Browse the repository at this point in the history
  • Loading branch information
pkujawa committed Aug 30, 2024
1 parent f181706 commit 6f6d18a
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,97 +346,97 @@ def test_rows_validator(self) -> None:
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 34, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 34 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 35, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 35 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 36, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 36 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 37, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 37 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 38, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 38 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 39, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 39 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 40, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 40 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 41, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 41 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 42, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 42 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 43, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 43 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 44, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 44 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 45, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 45 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 46, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 46 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 47, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 47 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 48, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 48 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 49, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 49 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 50, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 50 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: 51, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: 51 has to have a head of household",
},
{
"row_number": 0,
"header": "relationship_i_c",
"message": "Sheet: 'Individuals', Household with id: Some Text, has to have a head of household",
"message": "Sheet: 'Individuals', Household with id: Some Text has to have a head of household",
},
],
),
Expand Down

0 comments on commit 6f6d18a

Please sign in to comment.