Skip to content

Commit cccec70

Browse files
committed
tests: refactor test
1 parent 14a4ff4 commit cccec70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def system_emulated(session):
290290
)
291291

292292
try:
293-
system(session)
293+
system_default(session)
294294
finally:
295295
# Stop Emulator
296296
os.killpg(os.getpgid(p.pid), signal.SIGKILL)

0 commit comments

Comments
 (0)