This document discusses a study analyzing the relationship between unit test code quality and production code quality. The study analyzed over 200 open source projects to determine if code tested with more than one assertion per test had higher complexity, size, and method calls than code tested with a single assertion. The results found no significant differences between the two groups. Having multiple asserted objects per test, rather than assertions, may be a better indicator of code quality. More research with additional industry projects is needed.