Skip to content

Commit

Permalink
fix linting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Apr 16, 2024
1 parent df23fe8 commit 35bb8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/tests/record.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ describe('Record', () => {
data : 'Hello, world!',
message : {
protocol : protocol.definition.protocol,
schema : emailProtocolDefinition.types.thread.schema,
schema : emailProtocolDefinition.types.thread.schema,
protocolPath : 'thread'
}
});
Expand Down

0 comments on commit 35bb8b0

Please sign in to comment.