Skip to content

Commit 190a210

Browse files
committed
fix: remove stale accepted/rejected properties from TrainingBlockMeta test
These fields were removed from the type but the test wasn't updated.
1 parent 0aec10c commit 190a210

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/opencode/test/training/tools.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ describe("training meta roundtrip through content", () => {
9595
kind: "pattern",
9696
source: "stg_orders.sql",
9797
applied: 5,
98-
accepted: 3,
99-
rejected: 1,
10098
}
10199
const content = "- Use CTEs\n- Cast types"
102100
const embedded = embedTrainingMeta(content, meta)

0 commit comments

Comments
 (0)