aboutsummaryrefslogtreecommitdiff
path: root/adapters.go
diff options
context:
space:
mode:
Diffstat (limited to 'adapters.go')
-rw-r--r--adapters.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters.go b/adapters.go
index b7c4b27..f6c48cb 100644
--- a/adapters.go
+++ b/adapters.go
@@ -17,7 +17,7 @@ type Adapter interface {
Build(testCase []TestCase)
// Called every time source changes
- Evaluate(testCase []TestCase) []TestCase
+ Evaluate(testCase []TestCase) []TestResult
}
// A parser function takes a blob of TOML and decodes it into