Skip to content

Commit

Permalink
Rename the timelock case study monitor file
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Oct 23, 2024
1 parent 31ce426 commit ce62543
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion solarkraft/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test/e2e/verify_js_example.ts
test/e2e/verify_js_example_timelock.ts
test/e2e/verify_js_example_xycloans.ts
8 changes: 4 additions & 4 deletions solarkraft/test/e2e/verify_js_example.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* E2E tests for the JavaScript / TypeScript monitor in
* `test/e2e/verify_js_example.ts`.
* E2E tests for the example TypeScript monitors in
* `test/e2e/verify_js_example_*.ts`.
*
* @author Thomas Pani, 2024
*/
Expand All @@ -10,9 +10,9 @@ import { describe, it } from 'mocha'
import { spawn } from 'nexpect'

describe('verify JavaScript monitor', () => {
it('reports success on `verify_js_example.ts`', function (done) {
it('reports success on `verify_js_example_timelock.ts`', function (done) {
this.timeout(50_000)
spawn('node dist/test/e2e/verify_js_example.js')
spawn('node dist/test/e2e/verify_js_example_timelock.js')
.wait(
'Verifying deposit (successful tx e10a55db588f097f8ce9e214ae717c5ecbd6d13d5a2fb3142c71c1866c9ca537)...'
)
Expand Down
File renamed without changes.

0 comments on commit ce62543

Please sign in to comment.