Skip to content

Commit 7c276bf

Browse files
Update extensions/extensions_test.go
Co-authored-by: Yogesh Deshpande <[email protected]>
1 parent 6d9cb62 commit 7c276bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/extensions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func Test_Extensions_unknown_handling_JSON(t *testing.T) {
265265
assert.NoError(t, err)
266266

267267
// If extensions were registered before unmarshalling, the value gets
268-
// populated directily into the registred struct, bypassing the cache.
268+
// populated directly into the registered struct, bypassing the cache.
269269
assert.Equal(t, 7, entity.MustGetInt("size"))
270270
_, ok = entity.Extensions.Cached["size"] // nolint: staticcheck
271271
assert.False(t, ok)

0 commit comments

Comments
 (0)