import type { ConsistencyFixture } from "./types.js";
import { quotaKnownBad } from "./quota-known-bad.js";

export const quotaIntentionalException: ConsistencyFixture = {
  ...quotaKnownBad,
  fixtureId: "consistency/quota-intentional-exception",
  intentionalException: {
    rules: ["UNI-020", "UNI-021", "UNI-024"],
    reason: "fixture declares reviewed representation tolerance for quota display",
  },
};
