Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Feb 9, 2024
1 parent 054ee30 commit 84bd387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync-agent/delivery-alo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class DeliveryTester implements AsyncDisposable {

async dispositData(id: number, seq: number, content: Uint8Array) {
const data = new Data(
name`/test/32=node/${id}/test/32=alo/seq=${seq}`,
name`/test/32=node/${id}/seq=${seq}`,
Data.FreshnessPeriod(60000),
content,
);
Expand Down

0 comments on commit 84bd387

Please sign in to comment.