Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Dec 19, 2024
1 parent 7de8f40 commit 59f4a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('updateBuildingById', () => {
RoleId: Roles.GENERAL_USER,
hasOneOfRoles: () => false,
});
const updateBuilding = produceBuilding();
const updateBuilding = produceBuilding({ AgencyId: 1 });
expect(
async () => await buildingService.updateBuildingById(updateBuilding, generalUser),
).rejects.toThrow();
Expand Down

0 comments on commit 59f4a0a

Please sign in to comment.