Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r6b20f88a2f50fb210b0458b7268a325f2a8d5391 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 6b20f88a2f50fb210b0458b7268a325f2a8d5391) @@ -173,7 +173,7 @@ private static string GetAddVersionRowCommandText(string databaseVersion) { return "INSERT INTO VersionEntity (Version, Timestamp, FingerPrint) " - + $"VALUES ({databaseVersion}, '2016-08-10 10:55:48', 'QWERTY')"; + + $"VALUES (\"{databaseVersion}\", '2016-08-10 10:55:48', 'QWERTY')"; } } } \ No newline at end of file