mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
remove stray log
This commit is contained in:
parent
c934019ad9
commit
c21925d3b4
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ package psql_test
|
|||
|
||||
import (
|
||||
"context"
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"github.com/gabehf/koito/internal/db"
|
||||
|
|
@ -111,7 +110,6 @@ func TestListenActivity(t *testing.T) {
|
|||
require.NoError(t, err)
|
||||
require.Len(t, activity, 4)
|
||||
assert.Equal(t, []int64{1, 2, 2, 2, 1}, flattenListenCounts(activity))
|
||||
log.Println(activity)
|
||||
|
||||
// Truncate listens table and insert specific dates for testing opts.Step = db.StepYear
|
||||
err = store.Exec(context.Background(), `TRUNCATE TABLE listens RESTART IDENTITY`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue