Skip to content

Commit

Permalink
Use unique plan name in Scheduling e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdailis committed Mar 28, 2024
1 parent 8695a2c commit 99bae03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ void beforeEach() throws IOException, InterruptedException {
// Insert the Plan
fooPlan = hasura.createPlan(
fooId,
"Foo Plan - Simulation Tests",
"Foo Plan - Scheduling Tests",
"720:00:00",
planStartTimestamp);

Expand Down

0 comments on commit 99bae03

Please sign in to comment.