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

Fixes transaction operation not updating dataset entity count #245

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

gra-moore
Copy link
Contributor

Issue: 173. Fixes transaction operation not updating dataset entity count

@gra-moore gra-moore requested a review from rompetroll June 19, 2023 09:10
@gra-moore gra-moore linked an issue Jun 19, 2023 that may be closed by this pull request
if dsEntity != nil {
items, ok := dsEntity.Properties[dsInfo.ItemsKey]
Expect(ok).To(BeTrue())
Expect(items).To(Equal(float64(5)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing wrong here, just wanted to mention Expect(items).To( BeEquivalent(5) ) as alternative syntax when you dont really care about the type.

@rompetroll rompetroll merged commit eb51664 into master Jun 19, 2023
@rompetroll rompetroll deleted the bug/173/update-count-on-txn branch June 19, 2023 13:12
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.

Transaction feature does not update dataset entities counter
3 participants