Skip to content

Commit

Permalink
chore(sdl): change test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed May 10, 2024
1 parent c8bb80f commit 03af646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdl/SDL/SDL.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe("SDL", () => {
expect(group.services[0].credentials).toBeNull();
});

describe("should throw an error when credentials are invalid", () => {
describe("invalid credentials errors", () => {
const fields: (keyof v2ServiceImageCredentials)[] = ["host", "username", "password"];
let credentials: v2ServiceImageCredentials;

Expand Down

0 comments on commit 03af646

Please sign in to comment.