Skip to content

Commit

Permalink
fix library name
Browse files Browse the repository at this point in the history
  • Loading branch information
niallzato committed Oct 22, 2024
1 parent 73d64ad commit fc93cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('#getContext', () => {
type: 'phone',
},
library: {
name: packageJson.name,
name: 'analytics-react-native',
version: packageJson.version,
},
locale: 'en_US',
Expand Down

0 comments on commit fc93cb5

Please sign in to comment.