Skip to content

Commit 54c460f

Browse files
committed
fix tests
1 parent 5fea8ad commit 54c460f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/rest-client.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ describe('FlowableExternalWorkerRestClient', () => {
188188
type: 'string',
189189
value: 'test content',
190190
valueUrl: null
191+
},
192+
{
193+
name: 'testVar2',
194+
type: 'integer',
195+
value: 12,
196+
valueUrl: null
191197
}
192198
];
193199

0 commit comments

Comments
 (0)