aboutsummaryrefslogtreecommitdiff
path: root/internal/testhelpers/mock
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-05-12 13:16:51 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-05-12 13:16:51 +0200
commit14ae9e47a2a303726f8e5141cfd46bb22e0f51c6 (patch)
treecca72979321732df91d2c11b33bfbd217b682a4e /internal/testhelpers/mock
parent7bdc14a145c4b5c380921abf1db3f2c00a9c66cc (diff)
downloadgo-oblast-14ae9e47a2a303726f8e5141cfd46bb22e0f51c6.tar.gz
fix typos
Diffstat (limited to 'internal/testhelpers/mock')
-rw-r--r--internal/testhelpers/mock/mock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelpers/mock/mock.go b/internal/testhelpers/mock/mock.go
index 6265166..626366e 100644
--- a/internal/testhelpers/mock/mock.go
+++ b/internal/testhelpers/mock/mock.go
@@ -260,7 +260,7 @@ type Rows struct {
closeError error
}
-// AndReturnColumns configures the set of column names that will be returend by this query.
+// AndReturnColumns configures the set of column names that will be returned by this query.
// Returns the same Result instance to allow chaining additional method calls.
func (r *Rows) AndReturnColumns(columns ...string) *Rows {
if len(r.columns) > 0 {