Name test appropriately.

This commit is contained in:
Justin Marney 2016-09-17 16:56:12 +00:00
parent 9217f5a063
commit 53e10dfa89
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ func TestDiffFieldReader_impl(t *testing.T) {
var _ FieldReader = new(DiffFieldReader)
}
func TestDiffFieldReader_ASDF(t *testing.T) {
func TestDiffFieldReader_NestedSetUpdate(t *testing.T) {
schema := map[string]*Schema{
"list_of_sets_1": &Schema{
Type: TypeList,