Skip to content

Commit 170d0bb

Browse files
committed
test: fix incorrect assertion
1 parent fd57ac5 commit 170d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/utils.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('getRemotePatterns', () => {
8686
]
8787
const result = getRemotePatterns(mockExperimentalConfig, mockImages)
8888

89-
expect(result).toStrictEqual(mockExperimentalConfig.images?.remotePatterns)
89+
expect(result).toStrictEqual(mockImages.remotePatterns)
9090
})
9191
it('returns an empty array', () => {
9292
const result = getRemotePatterns(mockExperimentalConfig, mockImages)

0 commit comments

Comments
 (0)