Skip to content

Commit 1ced921

Browse files
authored
Remove duplicate word from NoCompactBehavior test name
1 parent 7a5bca6 commit 1ced921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projection_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
. "github.com/dogmatiq/dogma"
88
)
99

10-
func TestNoCompactBehaviorBehavior_Compact_ReturnsNil(t *testing.T) {
10+
func TestNoCompactBehavior_Compact_ReturnsNil(t *testing.T) {
1111
var v NoCompactBehavior
1212

1313
err := v.Compact(context.Background(), nil)

0 commit comments

Comments
 (0)