Skip to content

Commit

Permalink
fix up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Nov 29, 2023
1 parent 37746fa commit ae8116e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ public static void FindProblems(List<string> csFilesFound)
"PlatformDatabaseCreationOptions.cs",
"PackOptions.cs",
"PasswordEncryptionKeyLocation.cs",
"ToLoggingDatabaseDataLoadEventListener.cs"
"ToLoggingDatabaseDataLoadEventListener.cs",
"ExecuteCommandIdentifyCHIInCatalogue",
"ExecuteCommandRedactCHIsFromCatalogue",
"CHIColumnFinder"
}); //allowed because it's default arguments for CLI

prohibitedStrings.Add("TEST_");
Expand Down

0 comments on commit ae8116e

Please sign in to comment.