Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 151-node-label
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 9, 2024
2 parents 5431f7d + 8860453 commit b3d5663
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions apps/haddock3-download/integration-tests/dupheader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ test.describe('given an uploaded archive with a workflow.cfg file with a duplica
const lines = await highlightedCode.allTextContents()
const content = lines.join('\n')
const expected = dedent`
molecules = [
'some.pdb',
]
run_dir = 'run1'
[caprieval]
['caprieval.2']
1
2molecules = [
3 'some.pdb',
4]
5
6run_dir = 'run1'
7
8[caprieval]
9
10['caprieval.2']
11
`
expect(content).toEqual(expected)
Expand Down

0 comments on commit b3d5663

Please sign in to comment.