Fix tests.
This commit is contained in:
parent
1422f28760
commit
14ffff1985
2 changed files with 14 additions and 10 deletions
|
@ -36,8 +36,8 @@ export class RollResult {
|
|||
}
|
||||
|
||||
export enum RollResultStatus {
|
||||
FAILURE,
|
||||
SUCCESS,
|
||||
CRITICAL_FAILURE,
|
||||
CRITICAL_SUCCESS,
|
||||
FAILURE = "FAILURE",
|
||||
SUCCESS = "SUCCESS",
|
||||
CRITICAL_FAILURE = "CRITICAL_FAILURE",
|
||||
CRITICAL_SUCCESS = "CRITICAL_SUCCESS",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue