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 13, 2024
1 parent c7fc8cb commit fceed9d
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 fceed9d

Please sign in to comment.