Skip to content

Conversation

@mkysel
Copy link
Collaborator

@mkysel mkysel commented Oct 8, 2025

Fix merge drift by updating pkg/payerreport/store_test.go test TestCreateAttestationConcurrency to call store.StoreReport with a two-value return, discarding the first result and capturing the error

Update the unit test to match the updated function signature by adjusting the call to store.StoreReport to handle two return values. The test assigns the first return value to the blank identifier and captures the error as the second value in store_test.go.

📍Where to Start

Start with the changes in the TestCreateAttestationConcurrency test in store_test.go, focusing on the updated call to store.StoreReport and its two-value return handling.


Macroscope summarized b5e92c3.

@mkysel mkysel requested a review from a team as a code owner October 8, 2025 14:31
@graphite-app
Copy link

graphite-app bot commented Oct 8, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • Queue - adds this PR to the back of the merge queue
  • Hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@mkysel mkysel changed the title Fix merge drift Fix semantic merge conflict Oct 8, 2025
@mkysel mkysel enabled auto-merge (squash) October 8, 2025 14:33
@mkysel mkysel merged commit 864b908 into main Oct 8, 2025
11 checks passed
@mkysel mkysel deleted the mkysel/fix-merge-drift branch October 8, 2025 14:39
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.

3 participants