Lerning points where not fetched with correct params
This commit is contained in:
@@ -44,6 +44,18 @@ func TestGetCharacterClassLearningPoints(t *testing.T) {
|
||||
checkSpells bool
|
||||
expectedSpells int
|
||||
}{
|
||||
{
|
||||
name: "Valid Spitzbube class Mittelschicht stand",
|
||||
classParam: "Spitzbube",
|
||||
standParam: "Mittelschicht",
|
||||
expectedStatus: http.StatusOK,
|
||||
expectError: false,
|
||||
expectedClass: "Spitzbube",
|
||||
checkWeapons: true,
|
||||
expectedWeapons: 20,
|
||||
checkSpells: true,
|
||||
expectedSpells: 0,
|
||||
},
|
||||
{
|
||||
name: "Valid Hexer class without stand",
|
||||
classParam: "Hexer",
|
||||
|
||||
Reference in New Issue
Block a user