Skip to content

Commit 1da5da5

Browse files
committed
fix: update relocated routing fixture assertion
1 parent 404966d commit 1da5da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gate/routing.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ test('an unowned path under an ignored root asks for an owner, not for the entry
141141
};
142142
const found = routing(model, ROUTED_LANES).map((failure) => failure.message);
143143
assert.equal(found.length, 1, found.join('\n'));
144-
assert.match(found[0] ?? '', /fails open on it \(ambiguous-path\)/);
144+
assert.match(found[0] ?? '', /fails open on it \(unknown-path\)/);
145145
assert.match(found[0] ?? '', /Give it an owning check in scripts\/check-affected\//);
146146
assert.ok(!/Remove the ignore entry/.test(found[0] ?? ''));
147147
});

0 commit comments

Comments
 (0)