Skip to content

Commit 2bfcfb9

Browse files
committed
fixup! add unit test with locationTypes as a set
add unit test with locationTypes as a set
1 parent b6e9d53 commit 2bfcfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils/reportHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe('reportHandler.getCapabilities', () => {
258258
managedLifecycleTransition: true,
259259
locationTypeAzure: true,
260260
locationTypeGCP: true,
261-
locationTypes: ['location-azure-v1'],
261+
locationTypes: new Set(['location-azure-v1']),
262262
},
263263
supportedLifecycleRules: ['Expiration'], // Missing Transition
264264
};

0 commit comments

Comments
 (0)