Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Feb 1, 2021
1 parent beddaf4 commit 5c42adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void resourceWithPosition() {
}

@Test
void resourcefromUriWithoutPosition() {
void resourceFromUriWithoutPosition() {
var source = ClasspathResourceSource.from(FOO_RESOURCE_URI);

assertThat(source).isNotNull();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void execute(ExecutionRequest request) {
}

@Test
void reportsEngineExecutionFailuresForSucessfullyFinishedEngine() {
void reportsEngineExecutionFailuresForSuccessfullyFinishedEngine() {
var rootCause = new RuntimeException("something went horribly wrong");
var engine = new TestEngineStub() {
@Override
Expand Down

0 comments on commit 5c42adb

Please sign in to comment.