Skip to content

Commit

Permalink
Merge pull request #11 from h3nrique/main
Browse files Browse the repository at this point in the history
Update test to unit5
  • Loading branch information
h3nrique authored Jul 30, 2024
2 parents beeee62 + f55ba39 commit 334b532
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

import io.eigr.spawn.api.extensions.DependencyInjector;
import io.eigr.spawn.api.extensions.SimpleDependencyInjector;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;

public class SimpleDependencyInjectorTest {
class SimpleDependencyInjectorTest {

private DependencyInjector injector;

@Before
@BeforeEach
public void before() {
injector = SimpleDependencyInjector.createInjector();
}
Expand Down

0 comments on commit 334b532

Please sign in to comment.