# Mistake #85: Not using table-driven tests Table-driven tests are an efficient way to group a set of similar tests to prevent code duplication and make future updates easier to handle. [Source code](https://github.com/teivah/100-go-mistakes/tree/master/src/11-testing/85-table-driven-tests/main_test.go)