Skip to content

Commit

Permalink
fix(storage-browser): update user agent unit test (#6253)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Dec 13, 2024
1 parent 1cb03be commit 9bbcfbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ describe('createStorageBrowser', () => {
expect(setCustomUserAgentSpy).toHaveBeenCalledWith({
componentName: 'StorageBrowser',
packageName: 'react-storage',
version: '3.5.0',
// prefer non-static string - `version` field is updated on each package bump
version: expect.any(String),
});
});
});

0 comments on commit 9bbcfbf

Please sign in to comment.