Skip to content
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: change tracking delete test case with v1.0.7 #65

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

navinkrishnan
Copy link
Contributor

Older implementation resulted in 0 entries in changeView

it('+ Test the status detail in ChangeView', async () => {
const incidentChanges = await SELECT.from(ChangeView).where({
entity: "sap.capire.incidents.Incidents",
attribute: "status",
})
expect(incidentChanges.length).to.equal(0);

With upcoming v1.0.7, there seems to be change and this fix works.

(To be merged after change-tracking v1.0.7 release, as this fails in older version).

@navinkrishnan
Copy link
Contributor Author

Created issue in plugin to confirm the behavior
cap-js/change-tracking#101

@DanSchlachter DanSchlachter merged commit c8b8743 into main Jul 8, 2024
4 checks passed
@DanSchlachter DanSchlachter deleted the navinkrishnan-patch-1 branch July 8, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants