diff options
| -rw-r--r-- | mythfs/unittests/mockDefs.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/mythfs/unittests/mockDefs.cpp b/mythfs/unittests/mockDefs.cpp index 9f30ca0..42ef4e8 100644 --- a/mythfs/unittests/mockDefs.cpp +++ b/mythfs/unittests/mockDefs.cpp @@ -4,10 +4,10 @@  #include <dbimpl.h>  Service::Service() : -	DB::PluginMock<MySQL::Mock>("options=p2testmysql", "MythFS", { +	DB::PluginMock<MySQL::Mock>("MythFS", {  			rootDir / "fixtures" / "schema-min.sql",  			rootDir / "fixtures" / "data.sql" -		}) +		}, "options=p2testmysql")  {  } | 
