aboutsummaryrefslogtreecommitdiff
path: root/adapters.go
diff options
context:
space:
mode:
authorFlu0r1ne <flur01ne@flu0r1ne.net>2021-09-05 00:37:23 -0500
committerFlu0r1ne <flur01ne@flu0r1ne.net>2021-09-05 00:37:23 -0500
commit151d516e68f5d43aa2d0c5ff462752d640b6a614 (patch)
tree6d12582bb6fdea41434ad02be89cc18824c5b80b /adapters.go
parentcc7ba659adbc5ad55e1ce67f76952f2b8392c9c9 (diff)
downloadplanr-151d516e68f5d43aa2d0c5ff462752d640b6a614.tar.xz
planr-151d516e68f5d43aa2d0c5ff462752d640b6a614.zip
Refactor gtest adapter to fit new pipeline
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