Skip to content

Commit 21a0f77

Browse files
committed
formatting
1 parent 7a6f7f6 commit 21a0f77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/azure-deploy/integration.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ describeIntegration(`${SKILL_NAME} - Integration Tests`, () => {
305305
const isPrepareInvoked = isSkillInvoked(agentMetadata, "azure-prepare");
306306
const containsDeployLinks = hasDeployLinks(agentMetadata);
307307

308-
expect(isSkillUsed).toBe(true);
309-
expect(isValidateInvoked).toBe(true);
310-
expect(isPrepareInvoked).toBe(true);
311-
expect(containsDeployLinks).toBe(true);
308+
expect(isSkillUsed).toBe(true);
309+
expect(isValidateInvoked).toBe(true);
310+
expect(isPrepareInvoked).toBe(true);
311+
expect(containsDeployLinks).toBe(true);
312312
}, deployTestTimeoutMs);
313313
})
314314
});

0 commit comments

Comments
 (0)