Skip to content

Commit

Permalink
fix finding test
Browse files Browse the repository at this point in the history
  • Loading branch information
aomerk committed Jul 31, 2023
1 parent fce05bd commit 0bae820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/finding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("finding", () => {
...l,
entityType: EntityType[l.entityType],
}
})
},), uniqueKey: "", source: {}
}, null, 2);

expect(finding.toString()).toEqual(expectedJSONString);
Expand Down

0 comments on commit 0bae820

Please sign in to comment.