Skip to content

Commit 4c508cb

Browse files
renamed tests using CamelCase
1 parent 2cbd045 commit 4c508cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqldev/src/test/java/org/utplsql/sqldev/test/parser/UtplsqlParserBugFixTest.xtend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class UtplsqlParserBugFixTest {
2323

2424
@Test
2525
// https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/1
26-
def issue_1_matching_expr_in_string_literals() {
26+
def issue1MatchingExprInStringLiterals() {
2727
val plsql = '''
2828
create or replace package body test_expect_not_to_be_null
2929
is
@@ -81,7 +81,7 @@ class UtplsqlParserBugFixTest {
8181

8282
@Test
8383
// https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/7
84-
def issue_7_platform_specific_line_terminators() {
84+
def issue7WrongPositionWithWindowsLineSeparator() {
8585
val plsql = '''
8686
create or replace package test_expect_not_to_be_null
8787
is

0 commit comments

Comments
 (0)