Skip to content

Commit 0952174

Browse files
1 parent 54367b0 commit 0952174

File tree

9 files changed

+10
-18
lines changed

9 files changed

+10
-18
lines changed

.denov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.31.0
1+
v0.32.0

modules-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.31.0",
3+
"version": "@v0.32.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.31.0",
3+
"version": "@v0.32.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",

pipeline_test.ts

+2-10
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,11 @@ test("pipeline in concurrent", async () => {
9191
"OK", //set(a)
9292
"OK", //set(b)
9393
"OK", //set(c)
94-
[
95-
["status", "OK"],
96-
["status", "OK"],
97-
["status", "OK"]
98-
], //flush()
94+
[["status", "OK"], ["status", "OK"], ["status", "OK"]], //flush()
9995
"OK", // get(a)
10096
"OK", // get(b)
10197
"OK", //get(c)
102-
[
103-
["bulk", "a"],
104-
["bulk", "b"],
105-
["bulk", "c"]
106-
] //flush()
98+
[["bulk", "a"], ["bulk", "b"], ["bulk", "c"]] //flush()
10799
]);
108100
});
109101

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.31.0/fmt/colors.ts";
1+
export * from "https://deno.land/std@v0.32.0/fmt/colors.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.31.0/io/bufio.ts";
1+
export * from "https://deno.land/std@v0.32.0/io/bufio.ts";
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.31.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@v0.32.0/testing/asserts.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.31.0/testing/mod.ts";
1+
export * from "https://deno.land/std@v0.32.0/testing/mod.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.31.0/util/async.ts";
1+
export * from "https://deno.land/std@v0.32.0/util/async.ts";

0 commit comments

Comments
 (0)