Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ehu authored and ehu committed Sep 30, 2024
1 parent 4a094e3 commit a5082d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/CreateRideMockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import exceptions.RideAlreadyExistException;
import exceptions.RideMustBeLaterThanTodayException;

public class CreateRideMock {
public class CreateRideMockTest {

static DataAccess sut;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/CreateRideTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import testOperations.TestDataAccess;
import domain.Driver;

public class CreateRideDAB {
public class CreateRideTest {

//sut:system under test
static DataAccess sut=new DataAccess();
Expand Down

0 comments on commit a5082d6

Please sign in to comment.