Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellerathbone committed Dec 10, 2023
1 parent 8575cce commit d90a139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ describe('Connection Panel Suite', () => {

// TODO - add test for Connection settings - will be done when I build the new set up Jenkins screen

test('should handle server disconnection and refreshing correctly', async () => {
test('should handle server disconnection and refreshing servers correctly', async () => {
jest.spyOn(getAllJenkinsServersModule, 'getAllJenkinsServers').mockResolvedValueOnce(servers);

render(<ConnectionPanel />);
Expand Down

0 comments on commit d90a139

Please sign in to comment.