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
minor #49485 [String] Use same alphabet in ByteString::fromRandom test (kerbert101)
This PR was merged into the 5.4 branch.
Discussion
----------
[String] Use same alphabet in ByteString::fromRandom test
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | NA
| License | MIT
| Doc PR | NA
`testFromRandom` in `ByteStringTest` tests the fromRandom method in ByteString, but uses a different alphabet. Apparently, some characters were left out in the alphabet of ByteString to prevent confusion. I believe the same alphabet should be used in the test.
Commits
-------
d422ac1 [String] Use same alphabet for ByteString::fromRandom tests
0 commit comments