Skip to content

Commit

Permalink
Be more succinct
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Oct 16, 2023
1 parent c7ba6b3 commit 61bb4ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class TargetedMSUtilizationCalendarTest extends TargetedMSTest
@Override
protected @Nullable String getProjectName()
{
return TargetedMSUtilizationCalendarTest.class.getSimpleName() + " Project";
return getClass().getSimpleName() + " Project";
}

@BeforeClass
Expand Down

0 comments on commit 61bb4ea

Please sign in to comment.