You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…s values for storage (#921)
# Pull Request
## Title
Use constants instead of string literals when serializing `Status`
values in MLOS storage
---
## Description
Replace all string literals for `Status` values in storage with
corresponding `Status.*.name` constants.
- **Issue link**: Closes: #920
---
## Type of Change
- 🔄 Refactor
?
(Note to self: use
Status.*.name
everywhere in storage instead of string literals)(Note 2: need to check for such things in unit tests)
Originally posted by @motus in #720 (comment)
The text was updated successfully, but these errors were encountered: