Skip to content

Commit

Permalink
small v in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri committed Oct 23, 2023
1 parent 76879e6 commit c106bb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ describe('PipelineDetails', () => {
let i = 0;
while (i <= 3) {
expect(
await screen.findByText(`SPECIFIED VERSION: V6.0.${i}`),
await screen.findByText(`SPECIFIED VERSION: v6.0.${i}`),
).toBeInTheDocument();
expect(
await screen.findByText(`LAST APPLIED VERSION: V6.0.${i}.${i}`),
await screen.findByText(`LAST APPLIED VERSION: v6.0.${i}.${i}`),
).toBeInTheDocument();
i++;
}
Expand Down

0 comments on commit c106bb4

Please sign in to comment.