Skip to content

Commit

Permalink
Fixed a spelling error in our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Mar 7, 2023
1 parent a8c7d09 commit ed31a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sequencing-server/test/sequence-generation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2587,8 +2587,8 @@ describe('sequence generation', () => {
}, 30000);
});

describe('expansion regressions', () => {
it('should throw an error is an activity instance goes beyond the plan duration', async () => {
describe('expansion', () => {
test.only('should throw an error if an activity instance goes beyond the plan duration', async () => {
/** Begin Setup*/
const activityId = await insertActivityDirective(graphqlClient, planId, 'GrowBanana', '1 days');
const simulationArtifactPk = await executeSimulation(graphqlClient, planId);
Expand Down

0 comments on commit ed31a0f

Please sign in to comment.