We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9cb62 commit 7c276bfCopy full SHA for 7c276bf
extensions/extensions_test.go
@@ -265,7 +265,7 @@ func Test_Extensions_unknown_handling_JSON(t *testing.T) {
265
assert.NoError(t, err)
266
267
// If extensions were registered before unmarshalling, the value gets
268
- // populated directily into the registred struct, bypassing the cache.
+ // populated directly into the registered struct, bypassing the cache.
269
assert.Equal(t, 7, entity.MustGetInt("size"))
270
_, ok = entity.Extensions.Cached["size"] // nolint: staticcheck
271
assert.False(t, ok)
0 commit comments