-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Sweep: implement func (c *pgxmock) ExpectReset() *ExpectedReset
#146
Comments
Here's the PR! #148.⚡ Sweep Free Trial: I used GPT-4 to create this ticket. You have 5 GPT-4 tickets left for the month and 2 for the day. For more GPT-4 tickets, visit our payment portal.To get Sweep to recreate this ticket, leave a comment prefixed with "sweep:" or edit the issue.
Step 1: 🔍 Code SearchI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description.Lines 1 to 104 in ae7f09c
Lines 49 to 187 in ae7f09c
Lines 1 to 316 in ae7f09c
Lines 1 to 82 in ae7f09c
Lines 1 to 156 in ae7f09c
Step 2: 🧐 Snippet AnalysisFrom looking through the relevant snippets, I decided to make the following modifications:
Step 3: 📝 PlanningI have created a plan for writing the pull request. I am now working my plan and coding the required changes to address this issue. Here is the planned pull request: Implement ExpectReset() function and tests
Step 4: ⌨️ Coding
Step 5: 🔁 Code ReviewHere are my self-reviews of my changes at Here is the 1st review
I finished incorporating these changes. To recreate the pull request, or edit the issue title or description. |
type |
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <[email protected]>
The function should use
pgxmock.Reset()
inside. Before this typeExpectedReset
should be defined the same way as for exampleExpectedClose
. Add tests covering new code.Checklist
expectations.go
pgxmock.go
pgxmock_test.go
The text was updated successfully, but these errors were encountered: