This commit is contained in:
2021-11-22 18:58:13 +09:00
parent 0a41069e4a
commit b3318e4419
5 changed files with 23 additions and 107 deletions

View File

@ -93,8 +93,8 @@ func TestQuotes(t *testing.T) {
app.BindMiddleware()
for quote := range arn.StreamQuotes() {
fetch(t, app, quote.Link())
assert.NotNil(t, quote.Creator())
fetch(t, app, quote.Link())
}
}