File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -743,7 +743,6 @@ func TestJQWithDotQueryPrettyPrintsInput(t *testing.T) {
743
743
t .Fatal (err )
744
744
}
745
745
if want != got {
746
- t .Error (want , got )
747
746
t .Error (cmp .Diff (want , got ))
748
747
}
749
748
}
@@ -757,7 +756,6 @@ func TestJQWithFieldQueryProducesSelectedField(t *testing.T) {
757
756
t .Fatal (err )
758
757
}
759
758
if want != got {
760
- t .Error (want , got )
761
759
t .Error (cmp .Diff (want , got ))
762
760
}
763
761
}
@@ -771,7 +769,6 @@ func TestJQWithArrayQueryProducesRequiredArray(t *testing.T) {
771
769
t .Fatal (err )
772
770
}
773
771
if want != got {
774
- t .Error (want , got )
775
772
t .Error (cmp .Diff (want , got ))
776
773
}
777
774
}
@@ -785,7 +782,6 @@ func TestJQWithArrayInputAndElementQueryProducesSelectedElement(t *testing.T) {
785
782
t .Fatal (err )
786
783
}
787
784
if want != got {
788
- t .Error (want , got )
789
785
t .Error (cmp .Diff (want , got ))
790
786
}
791
787
}
@@ -799,7 +795,6 @@ func TestJQHandlesGithubJSONWithRealWorldExampleQuery(t *testing.T) {
799
795
t .Fatal (err )
800
796
}
801
797
if want != got {
802
- t .Error (want , got )
803
798
t .Error (cmp .Diff (want , got ))
804
799
}
805
800
}
You can’t perform that action at this time.
0 commit comments