Skip to content

Commit d128447

Browse files
committed
merge origin back into branch
Merge branch 'extend-user-data' of https://github.com/mongodb-js/compass into extend-user-data
2 parents 296147a + 2058a32 commit d128447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-user-data/src/user-data.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ describe('AtlasUserData', function () {
804804
);
805805
});
806806

807-
it('constructrs URL correctly for different types', async function () {
807+
it('constructs URL correctly for different types', async function () {
808808
authenticatedFetchStub.resolves(mockResponse({}));
809809

810810
const userData = getAtlasUserData({}, 'org123', 'group456', 'recent');

0 commit comments

Comments
 (0)