Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
charlesfinley committed Mar 4, 2021
commit 3d06a2982b2a0a238cb0997475a8fdc1eeeeb261
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

package com.iluwatar.saga.choreography;

import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;

import com.iluwatar.saga.orchestration.SagaApplication;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;


/***
* empty test
Expand All @@ -38,4 +38,4 @@ class SagaApplicationTest {
void shouldExecuteWithoutException() {
assertDoesNotThrow(() -> SagaApplication.main(new String[]{}));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class SagaApplicationTest {
void mainTest() {
SagaApplication.main(new String[]{});
}
}
}