Skip to content

Commit

Permalink
fix: log record test fix object supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinet18 committed May 5, 2023
1 parent 1f8180e commit c8d6a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/packages/sdk-logs/test/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const validAttributes = {

export const invalidAttributes = {
// invalid attribute type object
object: { foo: 'bar' },
// object: { foo: 'bar' },
// invalid attribute inhomogeneous array
'non-homogeneous-array': [0, ''],
// This empty length attribute should not be set
Expand Down

0 comments on commit c8d6a36

Please sign in to comment.