Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set instanceId to the given id #1094

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

skuruppu
Copy link
Contributor

@skuruppu skuruppu commented Jun 11, 2020

Previously if a display name was given, we were setting the instanceId to the display name. This is a bug.

Fixes #1093

Previously if a display name was given, we were setting the instanceId
to the display name. This is a bug.

Fixes googleapis#1093
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 11, 2020
@skuruppu skuruppu requested a review from hengfengli June 11, 2020 02:56
Copy link
Contributor

@hengfengli hengfengli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #1094 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1094   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          21       21           
  Lines       20602    20602           
  Branches     1109     1109           
=======================================
  Hits        20247    20247           
  Misses        352      352           
  Partials        3        3           
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58f773b...495e4c8. Read the comment docs.

@skuruppu skuruppu merged commit 8973cbc into googleapis:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instance can't be created unless instanceId == displayName
3 participants