googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

test: fix samples test that was broken by a test harness change #2284

Closed igorbernstein2 closed 2 months ago

igorbernstein2 commented 2 months ago

The test was broken in #2170 which added a new column family. The test was relient on the abolute column family count of the schema. This PR fixes the test by making it focus on the family its trying to delete instead of the entire schema

Change-Id: I0df90e68c0b25c4e66ed7d8ae1c19ae53577443b

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

Fixes # ☕️

If you write sample code, please follow the samples format.

igorbernstein2 commented 2 months ago

/gcbrun