mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 19:04:20 +00:00
update test
This commit is contained in:
parent
ceb4b9ba8c
commit
68a82d1d93
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ describe("github", () => {
|
|||
assert.equal(name, "bar.txt");
|
||||
assert.equal(mime, "text/plain");
|
||||
assert.equal(size, 10);
|
||||
assert.equal(data.toString(), "release me");
|
||||
for await (const value of data) {
|
||||
assert.equal(value, "release me");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue