Skip to content

Commit

Permalink
rename camel_case to upper_case
Browse files Browse the repository at this point in the history
  • Loading branch information
paolochiodi committed Jul 14, 2020
1 parent 01ab703 commit 1be0ca8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/runTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p test/result
TESTS="
no_history_table no_history_system_period no_system_period
invalid_system_period_values invalid_system_period invalid_types
versioning versioning_camel_case structure combinations
versioning upper_case structure combinations
different_schema unchanged_values"

for name in $TESTS; do
Expand Down
2 changes: 1 addition & 1 deletion test/runTestNochecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ psql temporal_tables_test -q -f versioning_function_nochecks.sql

mkdir -p test/result

TESTS="versioning versioning_camel_case structure combinations different_schema unchanged_values"
TESTS="versioning upper_case structure combinations different_schema unchanged_values"

for name in $TESTS; do
echo ""
Expand Down
File renamed without changes.

0 comments on commit 1be0ca8

Please sign in to comment.