File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
examples/protobuf_firestore Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,13 @@ environment:
5
5
sdk : ^3.0.0
6
6
7
7
dependencies :
8
- functions_framework : ^0.4.0
8
+ functions_framework : ^0.4.3
9
9
shelf : ^1.0.0
10
- protobuf : any
10
+ protobuf : ^3.0.0
11
11
12
12
dev_dependencies :
13
13
build_runner : ^2.0.0
14
14
functions_framework_builder : ^0.4.0
15
15
http : ' >=0.13.0 <2.0.0'
16
16
test : ^1.15.0
17
17
test_process : ^2.0.0
18
-
19
- dependency_overrides :
20
- functions_framework :
21
- path : ../../functions_framework
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import 'package:test/test.dart';
4
4
import 'test_shared.dart' ;
5
5
6
6
void main () {
7
- test ('bob ' , () {
7
+ test ('validate protobuf decode ' , () {
8
8
final instance = DocumentEventData .fromBuffer (protobytes);
9
9
10
10
expect (instance.toProto3Json (), jsonOutput);
You can’t perform that action at this time.
0 commit comments