Skip to content

Commit

Permalink
Add explicit internal modifier to class
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Jun 22, 2023
1 parent f79fab2 commit b434f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rdmp.Dicom.Tests/Integration/ExecuteCommandAddTagTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace Rdmp.Dicom.Tests.Integration;

class ExecuteCommandAddTagTests : DatabaseTests
internal class ExecuteCommandAddTagTests : DatabaseTests
{
[TestCase(DatabaseType.MySql)]
[TestCase(DatabaseType.MicrosoftSQLServer)]
Expand Down

0 comments on commit b434f52

Please sign in to comment.