-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(mocks): Edit SPA mock item ID format #1071
Conversation
@@ -25,7 +25,7 @@ describe("getPackageActions test", () => { | |||
}); | |||
|
|||
it("should return empty actions for package without actions", async () => { | |||
const actions = await getPackageActions(TEST_ITEM_ID); | |||
const actions = await getPackageActions(TEST_SPA_ITEM_ID); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this because the SPA item had actions apparently?
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* add med spa mock item * fix tests * fix test
* add med spa mock item * fix tests * fix test
🎉 This PR is included in version 1.5.0-val.116 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎫 Linked Ticket
Ticket to close
💬 Description / Notes
In my split spa ticket, I would like to use the mock Medicaid SPA item in my unit tests. However when using it I found that the mock item has the wrong ID format.
🛠 Changes
Another mock data item has been added to represent a Medicaid SPA item. The authority of the previous mock item has been updated to match the ID based on its format. Any tests that were referring to this ID were modified accordingly.
📸 Screenshots / Demo