Skip to content

Commit

Permalink
Fix typo in DeregistrationModal tests (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Jul 12, 2024
1 parent ffe1973 commit 8a62043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Deregistration Modal component', () => {
).toBeTruthy();
});

it('should render an application instance deregistration modal correctly', async () => {
it('should render a database instance deregistration modal correctly', async () => {
const sid = generateSid();
const instanceNumber = '00';

Expand Down

0 comments on commit 8a62043

Please sign in to comment.