Skip to content

Commit fd27bf4

Browse files
dotKurogoloroden
andauthored
Update eventsourcingdb/read_subjects_test.go
Co-authored-by: Golo Roden <[email protected]>
1 parent 2ea3ed2 commit fd27bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventsourcingdb/read_subjects_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestReadSubjects(t *testing.T) {
8585

8686
count := 0
8787
for _, err := range client.ReadSubjects(ctx) {
88-
count += 1
88+
count++
8989
assert.ErrorIs(t, err, context.Canceled)
9090
}
9191

0 commit comments

Comments
 (0)