Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 29, 2024
1 parent c0cc73c commit e8af198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/subject/mysql_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestBrowse(t *testing.T) {
}
s, err := repo.Browse(context.Background(), filter, 30, 0)
require.NoError(t, err)
require.Equal(t, 12, len(s))
require.Equal(t, 17, len(s))

filter = subject.BrowseFilter{
Type: 1,
Expand Down

0 comments on commit e8af198

Please sign in to comment.