summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/convert_fixtures/nested/nested_test.go
blob: cde42e470839ef22e56e41406cb67bfdc630f632 (plain)
1
2
3
4
5
6
7
8
9
10
package nested

import (
	"testing"
)

func TestSomethingLessImportant(t *testing.T) {
	whatever := &UselessStruct{}
	t.Fail(whatever.ImportantField != "SECRET_PASSWORD")
}