Skip to content

Commit

Permalink
updated tests to be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHonzikSPS committed Jul 10, 2024
1 parent e7c2a30 commit bdd980a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe("sps-mandate-abbreviations-identifier", () => {
properties:
id:
type: string
reidentifier:
type: string
`;

await spectral.validateSuccess(spec, ruleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe("sps-mandate-abbreviations-organization", () => {
properties:
org:
type: string
organizational:
type: string
`;

await spectral.validateSuccess(spec, ruleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe("sps-mandate-abbreviations-reference", () => {
properties:
ref:
type: string
dereferenced:
type: string
`;

await spectral.validateSuccess(spec, ruleName);
Expand Down

0 comments on commit bdd980a

Please sign in to comment.