Skip to content

Commit

Permalink
Update UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Pohlmann committed Apr 12, 2024
1 parent aeba10f commit 52e9e46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ class Command { } // Compliant, ignored because of th
class Event { } // Compliant, ignored because of the suffix
class Message { } // Compliant, ignored because of the suffix

class AssemblyDoc { } // Noncompliant FP, used for DefaultDocumentation tool
class NamespaceDoc { } // Noncompliant FP, used for DefaultDocumentation tool
class AssemblyDoc { } // Compliant, used for DefaultDocumentation tool
class NamespaceDoc { } // compliant, used for DefaultDocumentation tool

class BaseWithProtectedConstructor
{
Expand Down

0 comments on commit 52e9e46

Please sign in to comment.