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
It is best if we avoid using Bytes.random in tests to ensure we have predictable tests. To make this easy, we TestBytes.get() should return a constant Bytes object and all tests should use it.