Skip to content

Commit

Permalink
Merge pull request #13589 from lordofthejars/fix_iam_test_assertion
Browse files Browse the repository at this point in the history
Adds assertions to the Amazon IAM test
  • Loading branch information
gsmet committed Dec 2, 2020
2 parents 9d1bf68 + ac463cd commit ff9c6f0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand All @@ -26,6 +27,7 @@ public class IamSyncClientFullConfigTest {

@Test
public void test() {
// should finish with success
Assertions.assertNotNull(client);
Assertions.assertNotNull(async);
}
}

0 comments on commit ff9c6f0

Please sign in to comment.