refactor: floats, tests
This commit is contained in:
@@ -160,10 +160,6 @@ func NewUpgradeInsufficientResourcesError(arg ...any) error {
|
||||
return newGenericError(ErrUpgradeInsufficientResources, arg...)
|
||||
}
|
||||
|
||||
func NewUpgradeGroupBreakNotAllowedError(arg ...any) error {
|
||||
return newGenericError(ErrInputUpgradeGroupBreakNotAllowed, arg...)
|
||||
}
|
||||
|
||||
func NewUpgradeTechLevelInsufficientError(arg ...any) error {
|
||||
return newGenericError(ErrInputUpgradeTechLevelInsufficient, arg...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user