Skip to content

Commit 04a2171

Browse files
committed
fix integration test with gzip
1 parent 5d6ce86 commit 04a2171

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/simple-with-gzip/simple-with-gzip.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
syntax = "proto3";
2-
option go_package = "github.com/tokopedia/gripmock/protogen/data/protogen/example/simple-with-gzip";
2+
option go_package = "github.com/tokopedia/gripmock/example/simple-with-gzip";
33

44
package simple_with_gzip;
55

example/simple-with-gzip/stub/simple-with-gzip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
}
3030
}
3131
}
32-
]
32+
]

0 commit comments

Comments
 (0)