Skip to content

Commit

Permalink
fix: add ServiceClient{Test} to golden update rules (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored Oct 8, 2020
1 parent f95b721 commit 150d784
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ UPDATE_GOLDENS_TESTS = [
"MockServiceClassComposerTest",
"MockServiceImplClassComposerTest",
"ResourceNameHelperClassComposerTest",
"ServiceClientClassComposerTest",
"ServiceClientTestClassComposerTest",
"ServiceSettingsClassComposerTest",
"ServiceStubSettingsClassComposerTest",
"ServiceStubClassComposerTest",
Expand All @@ -20,8 +22,6 @@ TESTS = UPDATE_GOLDENS_TESTS + [
"DefaultValueComposerTest",
"ResourceNameTokenizerTest",
"RetrySettingsComposerTest",
"ServiceClientClassComposerTest",
"ServiceClientTestClassComposerTest",
]

TEST_DEPS = [
Expand Down

0 comments on commit 150d784

Please sign in to comment.