Skip to content

Commit 9f76504

Browse files
Modify Dice Throw Test Function Name
1 parent 2fe179a commit 9f76504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic/dicethrow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func getDiceThrowTestCases() []testCaseDiceThrow {
3030
}
3131

3232
// TestDiceThrow tests the DiceThrow function with basic test cases
33-
func TestDiceThrow_BasicCases(t *testing.T) {
33+
func TestDiceThrow(t *testing.T) {
3434
t.Run("Basic test cases", func(t *testing.T) {
3535
for _, tc := range getDiceThrowTestCases() {
3636
actual := dynamic.DiceThrow(tc.numDice, tc.numFaces, tc.targetSum)

0 commit comments

Comments
 (0)