-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test that descriptor key can not be empty #95
Comments
While it would be possible to test this, I'd argue there is not much point in this because the test would hold vacuously. We have this guarantee from Haskell's type checker. This is the definition of the descriptor: Lines 154 to 161 in 8d627af
and this is its Lines 177 to 183 in 8d627af
In other words,
|
@neongreen: Can I close this issue? |
https://github.com/lyft/ratelimit/blob/master/test/config/config_test.go#L185-L194
The text was updated successfully, but these errors were encountered: