We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ebb34 commit a8bbac8Copy full SHA for a8bbac8
tests/Altinn.Broker.UseCaseTests/case_initialize.js
@@ -44,7 +44,7 @@ export default async function () {
44
// Cleanup test data
45
await cleanupUseCaseTestData();
46
47
- check(null, { 'Intentional failure :() (force_fail)': () => false });
+ check(null, { 'Intentional failure :0 (force_fail)': () => false });
48
}
49
50
0 commit comments