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
Problem: Unit tests would sporadically fail due
to cache not being cleared when expected.
Certain methods called async clear() without
waiting, and the checks in the test executed before
the clear() could complete.
Solution: Add 'await' to the impacted clear() calls.
Signed-off-by: Nikolas Komonen <[email protected]>
0 commit comments