Skip to content

Commit

Permalink
skip nursing_home_8
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jul 29, 2024
1 parent b691c88 commit f867049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _test/all.meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildNum":"cdda-experimental-2024-07-26-0605","sha":"e8d131811503113476396350c0c80ada4a4c1b21f8bb68c0fee26ea12e54b5b2"}
{"buildNum":"cdda-experimental-2024-07-29-0544","sha":"1e79bd85142e7b3390a482fd3ba439c3b3348f73eea9c46befdaee484ba525a3"}
2 changes: 1 addition & 1 deletion src/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const all = data._raw
.map((x, i) => [x.type, id(x) ?? i, data._flatten(x)]);

const skipped = new Set<string>([
"veggy_pickled_fried", // see https://github.com/CleverRaven/Cataclysm-DDA/pull/73406
"nursing_home_8", // See https://github.com/CleverRaven/Cataclysm-DDA/pull/75312
]);

test.each(all)("schema matches %s %s", (type, id, obj) => {
Expand Down

0 comments on commit f867049

Please sign in to comment.