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 110ddea commit d8512c3Copy full SHA for d8512c3
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 :) (force_fail)': () => false });
48
}
49
50
0 commit comments