Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fparuce committed Dec 18, 2024
1 parent da17077 commit c79938c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions td.vue/tests/unit/service/threats/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe('service/threats/index.js', () => {
expect(threat.status).toEqual('Open');
});

it('has a medium severity', () => {
expect(threat.severity).toEqual('Medium');
it('has a TBA severity', () => {
expect(threat.severity).toEqual('TBA');
});

it('has a defined type', () => {
Expand Down

0 comments on commit c79938c

Please sign in to comment.