Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: override ContextualStorageManager in UiContextTest (#132)
Since latest changes in Quarkus, scope annotated beans are discovered even if the scope is not registered. This change marks the ContextualStorageManager used in UiContextTest as an alternative to the VaadinSessionScoped ContextualStorageManager bean defined in UIScopedContext, preventing AmbiguousResolutionException in tests. Fixes #131
- Loading branch information