Edit some test names
This commit is contained in:
parent
6038c474b7
commit
8382cc4222
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ func (t *quizTestSuite) BeforeAll() {
|
|||
BaseDir = "testdata"
|
||||
}
|
||||
|
||||
func (t *quizTestSuite) TestReadAllQuizzes() {
|
||||
func (t *quizTestSuite) TestReadAll() {
|
||||
store, err := NewQuizFileStore()
|
||||
t.Nil(err)
|
||||
|
||||
|
@ -35,7 +35,7 @@ func (t *quizTestSuite) TestReadAllQuizzes() {
|
|||
}
|
||||
}
|
||||
|
||||
func (t *quizTestSuite) TestCreateQuiz() {
|
||||
func (t *quizTestSuite) TestCreate() {
|
||||
store, err := NewQuizFileStore()
|
||||
t.Nil(err)
|
||||
|
||||
|
@ -89,7 +89,7 @@ func (t *quizTestSuite) TestCreateQuiz() {
|
|||
}
|
||||
}
|
||||
|
||||
func (t *quizTestSuite) TestDeleteQuiz() {
|
||||
func (t *quizTestSuite) TestDelete() {
|
||||
store, err := NewQuizFileStore()
|
||||
t.Nil(err)
|
||||
|
||||
|
@ -120,7 +120,7 @@ func (t *quizTestSuite) TestDeleteQuiz() {
|
|||
}
|
||||
}
|
||||
|
||||
func (t *quizTestSuite) TestUpdateQuiz() {
|
||||
func (t *quizTestSuite) TestUpdate() {
|
||||
store, err := NewQuizFileStore()
|
||||
t.Nil(err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue