This commit is contained in:
parent
046a393313
commit
b3b33f85f5
13 changed files with 13 additions and 13 deletions
2
True.go
2
True.go
|
@ -8,4 +8,4 @@ func True(t test, a bool) {
|
|||
// False asserts that the given parameter is false.
|
||||
func False(t test, a bool) {
|
||||
Equal(t, a, false)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue