Skip to content

Commit 2f03d13

Browse files
committed
fix comments
1 parent bb76891 commit 2f03d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/chunk/backend/dbase/repository/dbmessage_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ func Test_messageRepository_CountUnfinished(t *testing.T) {
854854
}
855855
},
856856
want: 0,
857-
wantErr: true, // no rows in the result set
857+
wantErr: true, // no rows in the result set. Set will be empty until there's a "final" message chunk for the channel.
858858
},
859859
{
860860
name: "channel with no threads #533, finished",
@@ -879,7 +879,7 @@ func Test_messageRepository_CountUnfinished(t *testing.T) {
879879
}
880880
},
881881
want: 0,
882-
wantErr: false, // no rows in the result set
882+
wantErr: false,
883883
},
884884
}
885885
for _, tt := range tests {

0 commit comments

Comments
 (0)