advancing
Former-commit-id: 0ea003b2683a6174d3d304e4bd32dd01540b87df
This commit is contained in:
@@ -44,14 +44,14 @@ func TestRSSNewRunUpdate(t *testing.T) {
|
||||
}
|
||||
log.SetOutput(os.Stderr)
|
||||
|
||||
keys, err := config.Values().DB.List([]string{nsItems})
|
||||
keys, err := config.Values().DB.List([]string{nsItems, f.Key})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if len(keys) != 1 {
|
||||
t.Fatal(keys)
|
||||
}
|
||||
if keys[0] != "https://roosterteeth.com/episode/rooster-teeth-podcast-2018-rooster-teeth-podcast-500" {
|
||||
if keys[0] != "2018-07-10-19-00:https://roosterteeth.com/episode/rooster-teeth-podcast-2018-rooster-teeth-podcast-500" {
|
||||
t.Fatal(keys[0])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user