Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps: Make all maps mutable #655

Closed
melloware opened this issue Mar 21, 2024 · 0 comments · Fixed by #656
Closed

Maps: Make all maps mutable #655

melloware opened this issue Mar 21, 2024 · 0 comments · Fixed by #656
Assignees
Labels
bug Something isn't working
Milestone

Comments

@melloware
Copy link
Contributor

Describe the bug

See: quarkusio/quarkus#23612 (comment)

Quinoa version

2.3.5

Quarkus version

3.8.0

Build / Runtime

Vite

Package Manager

None

Steps to reproduce the behavior

Failing unit test in Quarkus Superheroes

@QuarkusTest
@TestProfile(QuinoaTestProfiles.EnableAndRunTests.class)
class AllWebUITest {
  @Test
  void runTest() {
    // we don't need anything here, it will run the package.json "test"
  }
}

Expected behavior

No response

@melloware melloware self-assigned this Mar 21, 2024
@melloware melloware added the bug Something isn't working label Mar 21, 2024
@melloware melloware added this to the 2.3.6 milestone Mar 21, 2024
melloware added a commit to melloware/quarkus-quinoa that referenced this issue Mar 21, 2024
melloware added a commit to melloware/quarkus-quinoa that referenced this issue Mar 21, 2024
melloware added a commit that referenced this issue Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant