[JAVA-9910] Update Cargo plugin to latest version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.baeldung.cargo;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
class CargoPluginLiveTest {
|
||||
|
||||
@Test
|
||||
void givenCargoProfile_expectTestRuns() {
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user