Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cbd0479

Browse files
test case does not throw an IOException
1 parent 9cbe54e commit cbd0479

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/issues/Issue_264_exit_in_whenever_oserror.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
import org.junit.jupiter.api.Test;
55
import org.junit.jupiter.api.TestInstance;
66

7-
import java.io.IOException;
8-
97
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
108
public class Issue_264_exit_in_whenever_oserror extends ConfiguredTestFormatter {
119
@Test
12-
public void exit_in_whenever_os_error() throws IOException {
10+
public void exit_in_whenever_os_error() {
1311
var input = """
1412
whenever sqlerror exit failure
1513
whenever oserror exit failure

0 commit comments

Comments
 (0)