Skip to content

Commit

Permalink
Fix Spotless violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 20, 2024
1 parent da0d1d9 commit b677587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Expand Up @@ -15,7 +15,6 @@

import org.junit.jupiter.api.Test;


class ExceptionAssertionDemo {

// @formatter:off
Expand Down
Expand Up @@ -13,10 +13,10 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;

import org.junit.jupiter.api.Test;

import extensions.ExpectToFail;

import org.junit.jupiter.api.Test;

public class ExceptionAssertionExactDemo {

@ExpectToFail
Expand Down
Expand Up @@ -14,10 +14,10 @@

import example.util.Calculator;

import org.junit.jupiter.api.Test;

import extensions.ExpectToFail;

import org.junit.jupiter.api.Test;

class FailedAssertionDemo {

// tag::user_guide[]
Expand Down
Expand Up @@ -12,10 +12,10 @@

import example.util.Calculator;

import org.junit.jupiter.api.Test;

import extensions.ExpectToFail;

import org.junit.jupiter.api.Test;

class UncaughtExceptionHandlingDemo {

// tag::user_guide[]
Expand Down

0 comments on commit b677587

Please sign in to comment.