Skip to content

Commit

Permalink
issues/120 - Fixed issues with production classes being added to test…
Browse files Browse the repository at this point in the history
… folder
  • Loading branch information
meywood committed Aug 10, 2022
1 parent 0a84db9 commit 9500fda
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ private String buildParams(final Long startFrom) {
return "";
}
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.casper.sdk.model.event.EventType;
import com.casper.sdk.model.event.EventData;
import com.casper.sdk.model.event.EventTarget;
import lombok.AllArgsConstructor;

/**
* An event that contains the event data as Pojo model returned from the event service when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import com.casper.sdk.model.event.step.Step;
import com.casper.sdk.model.event.version.ApiVersion;
import com.casper.sdk.model.key.PublicKey;

import org.joda.time.DateTime;
import org.junit.jupiter.api.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

/**
* Unit tests for the EventUrlBuilder
*
* @author [email protected]
*
* @author [email protected]
*/
class EventUrlBuilderTest {

Expand Down

0 comments on commit 9500fda

Please sign in to comment.