File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -389,12 +389,12 @@ func TestWebOfTrustInfo(t *testing.T) {
389
389
// And if there's violations during the test run they are reported as
390
390
// test failures for this TestWebOfTrustInfo -test.
391
391
392
- assert.Equal (0 , wot.CommonInvider )
393
- assert.Equal (1 , wot.Hops )
392
+ assert.Equal (wot.CommonInvider , 0 )
393
+ assert.Equal (wot.Hops , 1 )
394
394
395
395
wot = NewWebOfTrust (bob.Node , carol.Node )
396
- assert.Equal (- 1 , wot.CommonInvider )
397
- assert.Equal (- 1 , wot.Hops )
396
+ assert.Equal (wot.CommonInvider , hop. NotConnected )
397
+ assert.Equal (wot.Hops , hop. NotConnected )
398
398
...
399
399
` ` `
400
400
@@ -628,4 +628,5 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
628
628
which are even more readable than ` -err2-trace` , ` err2.SetErrorTracer ` with
629
629
long error return traces
630
630
- A new automatic error formatter/generator added for ` TryCopyFile` convention
631
- - Better documentation
631
+ - New features for ` sample/` to demonstrate latest features
632
+ - Extended documentation
You can’t perform that action at this time.
0 commit comments