Skip to content

Commit

Permalink
Sprint4: Rename test (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Tianrui Qi <[email protected]>
  • Loading branch information
yuwenellie and tianrui-qi authored Nov 17, 2024
1 parent 2a2acfe commit d66b3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
import org.junit.runner.RunWith;

import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
public class TestSprint2 {
private static final MainViewModel mainViewModel = new MainViewModel();

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTestSprint3 {
public class TestSprint3 {
private static final MainViewModel mainViewModel = new MainViewModel();

@Test
Expand Down

0 comments on commit d66b3e9

Please sign in to comment.