github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/passing_ginkgo_tests_fixture/passing_ginkgo_tests.go (about)

     1  package passing_ginkgo_tests
     2  
     3  func StringIdentity(a string) string {
     4  	return a
     5  }
     6  
     7  func IntegerIdentity(a int) int {
     8  	return a
     9  }