Skip to content

Commit f4937c8

Browse files
committed
refactor: Clean up integration test structure
Signed-off-by: Edmund Miller <[email protected]>
1 parent 36418f2 commit f4937c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ Like all dataflow operators in Nextflow, the operators provided by this plugin a
240240

241241
In particular, data inserted using the `sqlInsert` operator is _not_ guaranteed to be available to any subsequent queries using the `fromQuery` operator, as it is not possible to make a channel factory operation dependent on some upstream operation.
242242

243-
## Developtment
243+
## Development
244244

245-
#### Publish artifacts to Maven repo
245+
### Publish artifacts to Maven repo
246246

247247
Use the following command:
248248

plugins/nf-sqldb/src/test/groovy/nextflow/sql/SqlPluginIntegrationTest.groovy renamed to plugins/nf-sqldb/src/test/nextflow/sql/SqlPluginIntegrationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SqlPluginIntegrationTest extends Specification {
2323
given:
2424
// Ensure test resources directory exists
2525
def testDir = Paths.get('plugins/nf-sqldb/src/testResources/testDir').toAbsolutePath()
26-
def scriptPath = testDir.resolve('test_sql_db.nf')
26+
def scriptPath = testDir.resolve('main.nf')
2727
def configPath = testDir.resolve('nextflow.config')
2828

2929
// Check if required files exist
File renamed without changes.

0 commit comments

Comments
 (0)