Skip to content

Commit

Permalink
resolve drone errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 12, 2024
1 parent caddf64 commit 9c59077
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@
@TestInstance(PER_CLASS)
public class ScenarioApiTest {

@Autowired
private MockMvc mvc;
@Autowired private MockMvc mvc;

@Autowired
private ScenarioRepository scenarioRepository;
@Autowired private ScenarioRepository scenarioRepository;

static String SCENARIO_ID;

Expand Down

0 comments on commit 9c59077

Please sign in to comment.