Skip to content

Commit db3b891

Browse files
Update index.test.ts
1 parent c1157db commit db3b891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config-yaml/src/__tests__/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe("E2E Scenarios", () => {
9999
},
100100
};
101101

102-
it.only("should unroll assistant with a single block that doesn't exist", async () => {
102+
it("should unroll assistant with a single block that doesn't exist", async () => {
103103
const unrolledConfig = await unrollAssistant(
104104
"test-org/assistant-with-non-existing-block",
105105
registry,

0 commit comments

Comments
 (0)