We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe179a commit 9f76504Copy full SHA for 9f76504
dynamic/dicethrow_test.go
@@ -30,7 +30,7 @@ func getDiceThrowTestCases() []testCaseDiceThrow {
30
}
31
32
// TestDiceThrow tests the DiceThrow function with basic test cases
33
-func TestDiceThrow_BasicCases(t *testing.T) {
+func TestDiceThrow(t *testing.T) {
34
t.Run("Basic test cases", func(t *testing.T) {
35
for _, tc := range getDiceThrowTestCases() {
36
actual := dynamic.DiceThrow(tc.numDice, tc.numFaces, tc.targetSum)
0 commit comments