Compare commits

...

1 Commits

Author SHA1 Message Date
Dylan Conway
6d14fa3303 fix test 2024-05-30 17:44:56 -07:00

View File

@@ -102,7 +102,7 @@ it("zero arguments, should succeed", async () => {
async fetch() {
return new Response(
JSON.stringify({
"tag_name": "bun-v1.1.4",
"tag_name": `bun-v${Bun.version}`,
"assets": [
{
"url": "foo",