github.com/fnando/bolt@v0.0.4-0.20231107225351-5241e4d187b8/test/expected/run-fail.txt (about)

     1  FFF
     2  
     3  1) Equal Number Fail
     4     /home/test/bolt/fail/main_test.go:19
     5  
     6     Error:  Not equal:
     7             expected: 1
     8             actual  : 2
     9  
    10  2) Equal Struct Fail
    11     /home/test/bolt/fail/main_test.go:29
    12  
    13     Error:  Not equal:
    14             expected: map[string]interface {}{"a":1, "b":2, "c":3}
    15             actual  : map[string]interface {}{"a":1, "b":3, "c":2}
    16  
    17             Diff:
    18             --- Expected
    19             +++ Actual
    20             @@ -2,4 +2,4 @@
    21             (string) (len=1) "a": (int) 1,
    22             - (string) (len=1) "b": (int) 2,
    23             - (string) (len=1) "c": (int) 3
    24             + (string) (len=1) "b": (int) 3,
    25             + (string) (len=1) "c": (int) 2
    26             }
    27  
    28  3) Failed Through Helper
    29     /home/test/bolt/fail/main_test.go:24
    30  
    31     Error:  Not equal:
    32             expected: 1
    33             actual  : 2
    34  
    35             /home/test/bolt/fail/main_test.go:14
    36  
    37  Finished in 0s, 3 tests, 3 failures, 0 skips, 0 benchmarks
    38  
    39  Coverage:
    40  
    41  [0.0%] github.com/fnando/bolt/test/reference/fail