fix test
This commit is contained in:
parent
ba437e8352
commit
647e645d61
|
@ -36,7 +36,7 @@ func NewRepo() (*miniredis.Miniredis, repository.TimelineRepository, error) {
|
|||
}{Expire: 86400, MaxLength: 1000},
|
||||
}
|
||||
|
||||
timelineRepo := MustGenerateUseCase(TimelineRepositoryParam{
|
||||
timelineRepo := MustGenerateRepository(TimelineRepositoryParam{
|
||||
Config: c,
|
||||
Redis: *newRedis,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue