Fix test
This commit is contained in:
parent
44d58482f0
commit
6f9341bff8
|
@ -33,7 +33,7 @@ namespace {
|
||||||
class PlaylistTest : public ::testing::Test {
|
class PlaylistTest : public ::testing::Test {
|
||||||
protected:
|
protected:
|
||||||
PlaylistTest()
|
PlaylistTest()
|
||||||
: playlist_(NULL, NULL),
|
: playlist_(NULL, NULL, NULL),
|
||||||
sequence_(NULL, new DummySettingsProvider)
|
sequence_(NULL, new DummySettingsProvider)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue