Skip to content

Commit

Permalink
test(mu): buildandsign does not include the type message tag #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiahstockdale committed Oct 16, 2024
1 parent a6da18f commit 253a9ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions servers/mu/src/domain/lib/build-tx.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ async function buildAndSign ({ processId, tags, anchor }) {
assert.equal(tags.find((tag) =>
tag.name === 'Data-Protocol'
).value, 'ao')
assert.equal(tags.find((tag) =>
tag.name === 'Type'
).value, 'Message')
assert.equal(tags.find((tag) =>
tag.name === 'From-Process'
).value, 'process-123')
Expand Down

0 comments on commit 253a9ee

Please sign in to comment.