Skip to content

Commit

Permalink
Fix new test with correct package name (after rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Sep 13, 2023
1 parent d37f373 commit ed3ef4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
package io.helidon.microprofile.openapi;

import io.helidon.microprofile.openapi.test.MyModelReader;
import io.helidon.microprofile.tests.junit5.AddConfig;
import io.helidon.microprofile.tests.junit5.HelidonTest;
import io.helidon.microprofile.testing.junit5.AddConfig;
import io.helidon.microprofile.testing.junit5.HelidonTest;

import jakarta.inject.Inject;
import jakarta.json.JsonException;
Expand Down

0 comments on commit ed3ef4f

Please sign in to comment.