@@ -5,7 +5,7 @@ namespace RapidCsv.Tests;
55public sealed class CsvContentValidation_String_Tests
66{
77 private static readonly string ProfileJson01 = @"{
8- ""$schema"": ""fast -csv/validator-config-schema.json"",
8+ ""$schema"": ""rapid -csv/validator-config-schema.json"",
99 ""name"": ""Case Records"",
1010 ""description"": ""Case Records for Bureaucratitis 2020"",
1111 ""filename"": ""abc123.csv"",
@@ -81,7 +81,7 @@ public sealed class CsvContentValidation_String_Tests
8181}" ;
8282
8383 private static readonly string ProfileJson02 = @"{
84- ""$schema"": ""fast -csv/validator-config-schema.json"",
84+ ""$schema"": ""rapid -csv/validator-config-schema.json"",
8585 ""name"": ""Case Records"",
8686 ""description"": ""Case Records for Bureaucratitis 2020"",
8787 ""filename"": ""abc123.csv"",
@@ -128,7 +128,7 @@ public sealed class CsvContentValidation_String_Tests
128128}" ;
129129
130130 private static readonly string ProfileJson06 = @"{
131- ""$schema"": ""fast -csv/validator-config-schema.json"",
131+ ""$schema"": ""rapid -csv/validator-config-schema.json"",
132132 ""name"": ""Case Records"",
133133 ""description"": ""Case Records for Bureaucratitis 2020"",
134134 ""filename"": ""abc123.csv"",
0 commit comments