Skip to content

Commit

Permalink
Replace sunny day with happy day
Browse files Browse the repository at this point in the history
  • Loading branch information
synnovsh committed May 26, 2023
1 parent fb93994 commit 5bf2d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/test/adminqueries.db.test.ts
Expand Up @@ -91,7 +91,7 @@ test('getQuestionAnswersByUserFormId returns correct number of items', async ()
expect(qaCountInDb).toBe(olaQuestionAnswersInTestData.length)
})

test('Test Anonymizing user: sunny day scenario', async () => {
test('Test Anonymizing user: happy day scenario', async () => {
const anonymizedID = randomUUID()

const makeParams = (keyName: string, value: string) => {
Expand Down

0 comments on commit 5bf2d81

Please sign in to comment.