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
Over the past couple of days I've seen frequent failures of this test:
❌ test/enroll_verb_test.dart: A group of tests related to enrollment request expiry A test to verify expired enrollment cannot be approved (failed)
INFO|2024-02-14 09:49:51.858219|HiveBase|commit_log_5a1fff547b9dafdc95c1938a41e8951bded8a595db3a50ddf0183a67a8a05f6a initialized successfully
INFO|2024-02-14 09:49:51.859931|HiveBase|5a1fff547b9dafdc95c1938a41e8951bded8a595db3a50ddf0183a67a8a05f6a initialized successfully
Expected: <true>
Actual: <false>
package:matcher expect
test/enroll_verb_test.dart 540:7 main.<fn>.<fn>
SEVERE|2024-02-14 09:49:51.908130|NotificationUtil|exception while storing notification : LateInitializationError: Field '_boxName@833204826' has not been initialized.
Steps to reproduce
First I create a PR
Then automated tests run
And then far too frequently the unit tests are failing
Expected behavior
Unit tests are a reliable indicator of whether new code is good.
The text was updated successfully, but these errors were encountered:
Describe the bug
Over the past couple of days I've seen frequent failures of this test:
Steps to reproduce
Expected behavior
Unit tests are a reliable indicator of whether new code is good.
The text was updated successfully, but these errors were encountered: