Skip to content

Commit d1e5d4b

Browse files
fixed medusa matching strings
1 parent 5b1d14e commit d1e5d4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/medusa.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ jobs:
3131
files: solution.sol
3232
contract: TestToken
3333
outcome: failure
34-
expected: 'echidna_test_balance:\s*failed'
34+
expected: 'echidna_test_balance()\" failed after the following call sequence'
3535
- name: Exercise 2
3636
workdir: program-analysis/echidna/exercises/exercise2/
3737
files: solution.sol
3838
contract: TestToken
3939
outcome: failure
40-
expected: 'echidna_no_transfer:\s*failed'
40+
expected: 'echidna_no_transfer()\" failed after the following call sequence'
4141
- name: Exercise 3
4242
workdir: program-analysis/echidna/exercises/exercise3/
4343
files: solution.sol
4444
contract: TestToken
4545
outcome: failure
46-
expected: 'echidna_test_balance:\s*failed'
46+
expected: 'echidna_test_balance()\" failed after the following call sequence'
4747
- name: Exercise 4
4848
workdir: program-analysis/echidna/exercises/exercise4/
4949
files: solution.sol
5050
config: config.yaml
5151
contract: TestToken
5252
outcome: failure
53-
expected: 'transfer(address,uint256):\s*failed'
53+
expected: 'transfer(address,uint256)\" failed after the following call sequence'
5454
- name: Exercise 5
5555
workdir: dvdefi/
5656
files: .
@@ -80,28 +80,28 @@ jobs:
8080
files: testtoken.sol
8181
contract: TestToken
8282
outcome: failure
83-
expected: 'echidna_balance_under_1000:\s*failed'
83+
expected: 'echidna_balance_under_1000()\" failed after the following call sequence'
8484
- name: Multi
8585
workdir: program-analysis/echidna/example/
8686
files: multi.sol
8787
contract: C
8888
config: filter.yaml
8989
outcome: failure
90-
expected: 'echidna_state4:\s*failed'
90+
expected: 'echidna_state4()\" failed after the following call sequence'
9191
- name: Assert
9292
workdir: program-analysis/echidna/example/
9393
files: assert.sol
9494
config: assert.yaml
9595
contract: Incrementor
9696
outcome: failure
97-
expected: 'inc(uint256):\s*failed'
97+
expected: 'inc(uint256)\" failed after the following call sequence'
9898
- name: PopsicleBroken
9999
workdir: program-analysis/echidna/example/
100100
files: PopsicleBroken.sol
101101
solc-version: 0.8.4
102102
contract: PopsicleBroken
103103
outcome: failure
104-
expected: '\"PopsicleBroken.totalBalanceAfterTransferIsPreserved(address,uint256)\" resulted in an assertion failure after the following call sequence'
104+
expected: 'PopsicleBroken.totalBalanceAfterTransferIsPreserved(address,uint256)\" resulted in an assertion failure after the following call sequence'
105105
- name: PopsicleFixed
106106
workdir: program-analysis/echidna/example/
107107
files: PopsicleFixed.sol

0 commit comments

Comments
 (0)