Skip to content

Commit

Permalink
Add missing author mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <[email protected]>
  • Loading branch information
So-Fras committed Apr 18, 2024
1 parent 42721be commit c8d4c51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

/**
* @author Pierre Arvy {@literal <pierre.arvy at artelys.com>}
*/
class OpenReacResultsTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

import static org.junit.jupiter.api.Assertions.*;

/**
* @author Pierre Arvy {@literal <pierre.arvy at artelys.com>}
*/
class VoltageLimitsOverrideTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

/**
* @author Pierre Arvy {@literal <pierre.arvy at artelys.com>}
*/
class OpenReacNetworkOutputTest {
@Test
void wrongNumberOfColumnsTest() throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

import static org.junit.jupiter.api.Assertions.*;

/**
* @author Pierre Arvy {@literal <pierre.arvy at artelys.com>}
*/
class VoltageProfileOutputTest {

@Test
Expand Down

0 comments on commit c8d4c51

Please sign in to comment.