Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Sep 10, 2024
1 parent ce45bcd commit 069006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: gradle/wrapper-validation-action@v1
- run: |
docker-compose build && docker-compose run --rm --service-ports setup;
./gradlew :terpal-sql-core:clean :terpal-sql-core:build :terpal-sql-jdbc:clean :terpal-sql-jdbc:build --stacktrace -PisCI -Pnosign
./gradlew clean build --stacktrace -PisCI -Pnosign
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ class BasicActionSpec {
fun `Insert Returning`() = ops.InsertReturning()

@Test
fun `Insert Returning Record`() = ops.InsertReturningRecord()
fun `Insert Returning Record`() = ops.InsertReturningId()
}

0 comments on commit 069006e

Please sign in to comment.