Skip to content

Commit

Permalink
Remove unnecessary qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bclothier committed Jan 17, 2019
1 parent ba31c13 commit 2624756
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,8 +10,8 @@ namespace Rubberduck.ComClientLibrary.UnitTesting.Mocks
]
public enum MockArgumentRange
{
Inclusive = Moq.Range.Inclusive,
Exclusive = Moq.Range.Exclusive
Inclusive = Range.Inclusive,
Exclusive = Range.Exclusive
}

[
Expand Down

0 comments on commit 2624756

Please sign in to comment.