Skip to content

Commit

Permalink
Fix spelling of Column
Browse files Browse the repository at this point in the history
  • Loading branch information
paulquerna-okta committed Dec 2, 2019
1 parent aa82be2 commit b9b8642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type testCoolUser struct {
BestFriends []string `db:"best_friends"`
}

func BenchmarkCcolumnToFieldIndex(b *testing.B) {
func BenchmarkColumnToFieldIndex(b *testing.B) {
structType := reflect.TypeOf(testUser{})
dbmap := &DbMap{Cache: &sync.Map{}}
b.ResetTimer()
Expand Down

0 comments on commit b9b8642

Please sign in to comment.