Skip to content

Commit 0369f57

Browse files
committed
chore: update unit tests
1 parent 0da9164 commit 0369f57

File tree

2 files changed

+4
-4
lines changed
  • apps/package-manager/packages/generic/src/generateExpectations/nrk/__tests__
  • tests/internal-tests/src/__tests__

2 files changed

+4
-4
lines changed

apps/package-manager/packages/generic/src/generateExpectations/nrk/__tests__/nrk.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ describe('Generate expectations - NRK', () => {
180180
Expectation.Type.FILE_COPY,
181181
Expectation.Type.PACKAGE_SCAN,
182182
Expectation.Type.PACKAGE_SCAN,
183+
Expectation.Type.PACKAGE_LOUDNESS_SCAN,
184+
Expectation.Type.PACKAGE_LOUDNESS_SCAN,
183185
// The order of the rest aren't as important:
184186
Expectation.Type.MEDIA_FILE_THUMBNAIL,
185187
Expectation.Type.MEDIA_FILE_PREVIEW,
186188
Expectation.Type.MEDIA_FILE_THUMBNAIL,
187189
Expectation.Type.PACKAGE_DEEP_SCAN,
188190
Expectation.Type.MEDIA_FILE_PREVIEW,
189191
Expectation.Type.PACKAGE_DEEP_SCAN,
190-
Expectation.Type.PACKAGE_LOUDNESS_SCAN,
191-
Expectation.Type.PACKAGE_LOUDNESS_SCAN,
192192
])
193193
})
194194
})

tests/internal-tests/src/__tests__/issues.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ describeForAllPlatforms(
211211
await waitTime(env.WAIT_SCAN_TIME)
212212

213213
await waitUntil(() => {
214-
// Expect the Expectation to be waiting -> new:
214+
// Expect the Expectation to be waiting:
215215
expect(env.expectationStatuses[EXP_copy0]).toMatchObject({
216216
actualVersionHash: null,
217217
statusInfo: {
218-
status: 'new',
218+
status: 'waiting',
219219
statusReason: {
220220
tech: expect.stringMatching(/Not able to write to container folder.*write access denied/i),
221221
},

0 commit comments

Comments
 (0)