chore(deps-dev): bump ts-proto from 1.181.0 to 2.2.5 #1559
Annotations
10 errors
server and client › should be instance of preconditionFailure when server throws preconditionFailure error:
packages/nice-grpc-error-details/src/index.test.ts#L128
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -27,11 +27,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -42,7 +43,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:128:35)
|
server and client › should be instance of preconditionFailure violation when server throws preconditionFailureViolation error:
packages/nice-grpc-error-details/src/index.test.ts#L150
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -16,11 +16,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -31,7 +32,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:150:35)
|
server and client › should be instance of badRequest field violation when server throws BadRequest_FieldViolation error:
packages/nice-grpc-error-details/src/index.test.ts#L171
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:171:35)
|
server and client › should be instance of quota failure violation when server throws QuotaFailure_Violation error:
packages/nice-grpc-error-details/src/index.test.ts#L192
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:192:35)
|
nice-grpc (18.x)
Process completed with exit code 1.
|
server and client › should be instance of preconditionFailure when server throws preconditionFailure error:
packages/nice-grpc-error-details/src/index.test.ts#L128
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -27,11 +27,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -42,7 +43,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:128:35)
|
server and client › should be instance of preconditionFailure violation when server throws preconditionFailureViolation error:
packages/nice-grpc-error-details/src/index.test.ts#L150
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -16,11 +16,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -31,7 +32,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:150:35)
|
server and client › should be instance of badRequest field violation when server throws BadRequest_FieldViolation error:
packages/nice-grpc-error-details/src/index.test.ts#L171
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:171:35)
|
server and client › should be instance of quota failure violation when server throws QuotaFailure_Violation error:
packages/nice-grpc-error-details/src/index.test.ts#L192
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:192:35)
|
nice-grpc (20.x)
Process completed with exit code 1.
|