Skip to content

Commit

Permalink
fix train sensor test
Browse files Browse the repository at this point in the history
  • Loading branch information
szfp98 committed Mar 25, 2024
1 parent 7701d57 commit 9171454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>szfp98</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@
import org.junit.Test;
import static org.mockito.Mockito.*;

public class TrainSensorTest {
public class TrainSensorTest {

@Before
public void before() {
// TODO Add initializations
}

@Test
public void ThisIsAnExampleTestStub() {
// TODO Delete this and add test cases based on the issues
}

}

0 comments on commit 9171454

Please sign in to comment.