()
| 124 | } |
| 125 | |
| 126 | func schemaMismatchEnabled() bool { |
| 127 | return os.Getenv("FORY_BENCH_SCHEMA_MISMATCH") == "1" |
| 128 | } |
| 129 | |
| 130 | func rejectNonForySchemaMismatch(b testing.TB) { |
| 131 | if schemaMismatchEnabled() { |
no outgoing calls
no test coverage detected