Code cleanup
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using RpgRoller.Services;
|
||||
|
||||
namespace RpgRoller.Tests;
|
||||
|
||||
public sealed class RandomDiceRollerTests
|
||||
@@ -14,4 +12,4 @@ public sealed class RandomDiceRollerTests
|
||||
Assert.InRange(value, 1, 12);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user