mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
modified the go.doc in suite package.
This commit is contained in:
parent
be704a5c57
commit
6e25351910
@ -53,8 +53,8 @@
|
|||||||
// // All methods that begin with "Test" are run as tests within a
|
// // All methods that begin with "Test" are run as tests within a
|
||||||
// // suite.
|
// // suite.
|
||||||
// func (suite *ExampleTestSuite) TestExample() {
|
// func (suite *ExampleTestSuite) TestExample() {
|
||||||
// assert.Equal(suite.T(), suite.VariableThatShouldStartAtFive, 5)
|
// assert.Equal(suite.T(), 5, suite.VariableThatShouldStartAtFive)
|
||||||
// suite.Equal(suite.VariableThatShouldStartAtFive, 5)
|
// suite.Equal(5, suite.VariableThatShouldStartAtFive)
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // In order for 'go test' to run this suite, we need to create
|
// // In order for 'go test' to run this suite, we need to create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user