Skip to content

Commit f21e862

Browse files
yoshi-automationbusunkim96
authored andcommitted
test(documentai): add 3.8 unit tests (via synth) (#9935)
1 parent 838d7b4 commit f21e862

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentai/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def default(session):
8686
)
8787

8888

89-
@nox.session(python=["2.7", "3.5", "3.6", "3.7"])
89+
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
9090
def unit(session):
9191
"""Run the unit test suite."""
9292
default(session)

documentai/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-20T13:21:14.435643Z",
2+
"updateTime": "2019-12-07T13:18:19.707223Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "16543773103e2619d2b5f52456264de5bb9be104",
16-
"internalRef": "281423227"
15+
"sha": "a4adac3a12aca6e3a792c9c35ee850435fe7cf7e",
16+
"internalRef": "284277770"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)