Skip to content

Commit

Permalink
fix: enable aiplatform unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg committed May 13, 2021
1 parent 2acb208 commit dcc459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -101,7 +101,7 @@ def default(session):
"--cov-config=.coveragerc",
"--cov-report=",
"--cov-fail-under=0",
os.path.join("tests", "unit", "gapic"),
os.path.join("tests", "unit"),
*session.posargs,
)

Expand Down

0 comments on commit dcc459d

Please sign in to comment.