We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5bca6 commit 1ced921Copy full SHA for 1ced921
projection_test.go
@@ -7,7 +7,7 @@ import (
7
. "github.com/dogmatiq/dogma"
8
)
9
10
-func TestNoCompactBehaviorBehavior_Compact_ReturnsNil(t *testing.T) {
+func TestNoCompactBehavior_Compact_ReturnsNil(t *testing.T) {
11
var v NoCompactBehavior
12
13
err := v.Compact(context.Background(), nil)
0 commit comments