Skip to content

Commit 24d3dbd

Browse files
yoshi-automationtseaver
authored andcommitted
Fix coverage in 'types.py' (via synth). (googleapis#8154)
1 parent 6073d1c commit 24d3dbd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

iam/google/cloud/iam_credentials_v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
names = []
3333

34-
for module in _shared_modules:
34+
for module in _shared_modules: # pragma: NO COVER
3535
for name, message in get_messages(module).items():
3636
setattr(sys.modules[__name__], name, message)
3737
names.append(name)

iam/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-24T12:21:09.875964Z",
2+
"updateTime": "2019-05-25T12:22:10.665190Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.20.0",
8-
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
7+
"version": "0.21.0",
8+
"dockerImage": "googleapis/artman@sha256:28d4271586772b275cd3bc95cb46bd227a24d3c9048de45dccdb7f3afb0bfba9"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0537189470f04f24836d6959821c24197a0ed120",
16-
"internalRef": "249742806"
15+
"sha": "7ca19138ccebe219a67be2245200e821b3e32123",
16+
"internalRef": "249916728"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)