Skip to content

Commit 6ebc248

Browse files
authored
chore: drop dependency override in example (#420)
...and fix other dependencies
1 parent b291e0a commit 6ebc248

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/protobuf_firestore/pubspec.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ environment:
55
sdk: ^3.0.0
66

77
dependencies:
8-
functions_framework: ^0.4.0
8+
functions_framework: ^0.4.3
99
shelf: ^1.0.0
10-
protobuf: any
10+
protobuf: ^3.0.0
1111

1212
dev_dependencies:
1313
build_runner: ^2.0.0
1414
functions_framework_builder: ^0.4.0
1515
http: '>=0.13.0 <2.0.0'
1616
test: ^1.15.0
1717
test_process: ^2.0.0
18-
19-
dependency_overrides:
20-
functions_framework:
21-
path: ../../functions_framework

examples/protobuf_firestore/test/decode_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:test/test.dart';
44
import 'test_shared.dart';
55

66
void main() {
7-
test('bob', () {
7+
test('validate protobuf decode', () {
88
final instance = DocumentEventData.fromBuffer(protobytes);
99

1010
expect(instance.toProto3Json(), jsonOutput);

0 commit comments

Comments
 (0)