From 9924617e55b31e00981ae8f791ae8c7003ae0e8c Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Fri, 31 Jul 2020 13:34:50 +0000 Subject: [PATCH] sync examples --- examples/go.mod | 2 +- examples/go.sum | 2 ++ examples/incr/convey.output | 2 +- examples/incr/std.output | 2 +- examples/incr/tea.output | 28 ++++++++++++++-------------- 5 files changed, 19 insertions(+), 17 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index d6c5da0..ac4df7a 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,6 +3,6 @@ module github.com/jordanorelli/tea/examples go 1.14 require ( - github.com/jordanorelli/tea v0.0.5-0.20200730012141-ef32839cd424 + github.com/jordanorelli/tea v0.0.5-0.20200731133129-a3346f59ccfc github.com/smartystreets/goconvey v1.6.4 ) diff --git a/examples/go.sum b/examples/go.sum index 58c4dad..1369a2f 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -3,6 +3,8 @@ github.com/jordanorelli/tea v0.0.3 h1:6FNc5NE3O+2RDgK9nq3x8hZ0b5w5bFcz94VG67jbRb github.com/jordanorelli/tea v0.0.3/go.mod h1:mnnRKfuTTk8d+3rcOC6TIiBOLVG8RQitOtFtCfQo8Bw= github.com/jordanorelli/tea v0.0.5-0.20200730012141-ef32839cd424 h1:8ZD+nW5GiHLU0vs/uLzvklxZNwRvHgCQSEMDnv4yLWY= github.com/jordanorelli/tea v0.0.5-0.20200730012141-ef32839cd424/go.mod h1:mnnRKfuTTk8d+3rcOC6TIiBOLVG8RQitOtFtCfQo8Bw= +github.com/jordanorelli/tea v0.0.5-0.20200731133129-a3346f59ccfc h1:MJggH/ygkyo1NRQz+74YR9qB1ACdHphs/TMsUYedISY= +github.com/jordanorelli/tea v0.0.5-0.20200731133129-a3346f59ccfc/go.mod h1:mnnRKfuTTk8d+3rcOC6TIiBOLVG8RQitOtFtCfQo8Bw= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= diff --git a/examples/incr/convey.output b/examples/incr/convey.output index df7b1ea..23cb56e 100644 --- a/examples/incr/convey.output +++ b/examples/incr/convey.output @@ -21,4 +21,4 @@ --- PASS: TestTwice (0.00s) PASS -ok github.com/jordanorelli/tea/examples/incr 0.003s +ok github.com/jordanorelli/tea/examples/incr 0.002s diff --git a/examples/incr/std.output b/examples/incr/std.output index 747d310..6b6b41d 100644 --- a/examples/incr/std.output +++ b/examples/incr/std.output @@ -11,4 +11,4 @@ --- FAIL: TestTwice/increment#01 (0.00s) FAIL exit status 1 -FAIL github.com/jordanorelli/tea/examples/incr 0.001s +FAIL github.com/jordanorelli/tea/examples/incr 0.002s diff --git a/examples/incr/tea.output b/examples/incr/tea.output index a108ddc..7a05914 100644 --- a/examples/incr/tea.output +++ b/examples/incr/tea.output @@ -3,8 +3,8 @@ TestOnce/testInt: tea_test.go:20: saving to future tests X = 1 === RUN TestOnce/testInt/testIncr TestOnce/testInt/testIncr: tea_test.go:20: saving to future tests X = 1 - TestOnce/testInt/testIncr: tea_test.go:33: loaded from parent tests X = 1 - TestOnce/testInt/testIncr: tea_test.go:38: saving to future tests X = 2 + TestOnce/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1 + TestOnce/testInt/testIncr: tea_test.go:39: saving to future tests X = 2 --- PASS: TestOnce (0.00s) --- PASS: TestOnce/testInt (0.00s) --- PASS: TestOnce/testInt/testIncr (0.00s) @@ -13,12 +13,12 @@ TestTwice/testInt: tea_test.go:20: saving to future tests X = 1 === RUN TestTwice/testInt/testIncr TestTwice/testInt/testIncr: tea_test.go:20: saving to future tests X = 1 - TestTwice/testInt/testIncr: tea_test.go:33: loaded from parent tests X = 1 - TestTwice/testInt/testIncr: tea_test.go:38: saving to future tests X = 2 + TestTwice/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1 + TestTwice/testInt/testIncr: tea_test.go:39: saving to future tests X = 2 === RUN TestTwice/testInt/testIncr#01 TestTwice/testInt/testIncr#01: tea_test.go:20: saving to future tests X = 1 - TestTwice/testInt/testIncr#01: tea_test.go:33: loaded from parent tests X = 1 - TestTwice/testInt/testIncr#01: tea_test.go:38: saving to future tests X = 2 + TestTwice/testInt/testIncr#01: tea_test.go:34: loaded from parent tests X = 1 + TestTwice/testInt/testIncr#01: tea_test.go:39: saving to future tests X = 2 --- PASS: TestTwice (0.00s) --- PASS: TestTwice/testInt (0.00s) --- PASS: TestTwice/testInt/testIncr (0.00s) @@ -28,18 +28,18 @@ TestTwiceSeries/testInt: tea_test.go:20: saving to future tests X = 1 === RUN TestTwiceSeries/testInt/testIncr TestTwiceSeries/testInt/testIncr: tea_test.go:20: saving to future tests X = 1 - TestTwiceSeries/testInt/testIncr: tea_test.go:33: loaded from parent tests X = 1 - TestTwiceSeries/testInt/testIncr: tea_test.go:38: saving to future tests X = 2 + TestTwiceSeries/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1 + TestTwiceSeries/testInt/testIncr: tea_test.go:39: saving to future tests X = 2 === RUN TestTwiceSeries/testInt/testIncr/testIncr TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:20: saving to future tests X = 1 - TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:33: loaded from parent tests X = 1 - TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:38: saving to future tests X = 2 - TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:33: loaded from parent tests X = 2 - TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:38: saving to future tests X = 3 + TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:34: loaded from parent tests X = 1 + TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:39: saving to future tests X = 2 + TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:34: loaded from parent tests X = 2 + TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:39: saving to future tests X = 3 === RUN TestTwiceSeries/testInt/testIncr#01 TestTwiceSeries/testInt/testIncr#01: tea_test.go:20: saving to future tests X = 1 - TestTwiceSeries/testInt/testIncr#01: tea_test.go:33: loaded from parent tests X = 1 - TestTwiceSeries/testInt/testIncr#01: tea_test.go:38: saving to future tests X = 2 + TestTwiceSeries/testInt/testIncr#01: tea_test.go:34: loaded from parent tests X = 1 + TestTwiceSeries/testInt/testIncr#01: tea_test.go:39: saving to future tests X = 2 --- PASS: TestTwiceSeries (0.00s) --- PASS: TestTwiceSeries/testInt (0.00s) --- PASS: TestTwiceSeries/testInt/testIncr (0.00s)