Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vetinari committed Oct 2, 2017
1 parent 440fb56 commit 757d81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ func TestGetAttributeValue(t *testing.T) {
if entry.GetAttributeValue("Alpha") != "value" {
t.Errorf("failed to get attribute in original case")
}
CaseInsensitive = true
CaseInsensitive = true
if entry.GetAttributeValue("alpha") != "value" {
t.Errorf("failed to get attribute in changed case")
}
CaseInsensitive = false
CaseInsensitive = false
}

0 comments on commit 757d81e

Please sign in to comment.