Skip to content

Commit

Permalink
Changed Test name to prevent pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Meefish committed Dec 5, 2024
1 parent 45dfc2d commit 309c40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/__tests__/Dashboard.integration.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Dashboard Integration Tests', () => {
}

// Generate unique experiment names
experimentNames = [`Experiment 1 ${uniqueId}`, `Experiment 2 ${uniqueId}`];
experimentNames = [`Exp 1 ${uniqueId}`, `Exp 2 ${uniqueId}`];

// Calculate future start and end dates
const today = new Date();
Expand Down

0 comments on commit 309c40a

Please sign in to comment.