Skip to content

Commit

Permalink
Changes access of method
Browse files Browse the repository at this point in the history
Related #10773

## Proposed changes

- Adds code coverage to `FormatStringEditor`

## Customer Impact

- None

## Regression?

- No

## Risk

- Minimal

## Test methodology

- Unit tests

## Test environment(s)

- 9.0.100-rc.1.24452.12
  • Loading branch information
Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box) committed Sep 25, 2024
1 parent d8d237a commit 288dc1a
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 FormatStringEditorTests
private Mock<ITypeDescriptorContext>? _context;
private DataGridViewCellStyle? _cellStyle;

public void ArrangeDependencies()
private void ArrangeDependencies()
{
_mockEditorService = new();
_mockChangeService = new();
Expand Down

0 comments on commit 288dc1a

Please sign in to comment.