blob: 1af57e7d34c1e21fe9e5cd334b9f9e414f6fcc62 [file] [log] [blame]
package main_test
func (suite *ExampleTestSuite) TestExampleInAnotherFile() {
if suite.VariableThatShouldStartAtFive != 5 {
suite.T().Fatalf("%d != %d", 5, suite.VariableThatShouldStartAtFive)
}
}