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 d8512c3 commit a72b542Copy full SHA for a72b542
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