Skip to content

Commit bd6559a

Browse files
committed
Fix bool test typo.
1 parent 60b5326 commit bd6559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/bool_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func TestBoolEqual(t *testing.T) {
185185
},
186186
"unknown-true": {
187187
input: &Bool{Unknown: true},
188-
candidate: &Bool{Value: false},
188+
candidate: &Bool{Value: true},
189189
expectation: false,
190190
},
191191
"unknown-false": {

0 commit comments

Comments
 (0)