Skip to content

chore: rearrange audit logging code into enterprise folder #3741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 31, 2022
Prev Previous commit
Next Next commit
fixup! fix tests
  • Loading branch information
coadler committed Aug 30, 2022
commit 595f4c1c82f67cc8b09e53a0d5eea35ff65693ef
2 changes: 2 additions & 0 deletions enterprise/audit/diff_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func Test_diffValues(t *testing.T) {
})
})

//nolint:revive
t.Run("PointerField", func(t *testing.T) {
t.Parallel()

Expand Down Expand Up @@ -95,6 +96,7 @@ func Test_diffValues(t *testing.T) {
},
})
})

// We currently don't support nested structs.
// t.Run("NestedStruct", func(t *testing.T) {
// t.Parallel()
Expand Down