Skip to content

Commit

Permalink
Minor: avoid warning for ununsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
petergtz committed May 9, 2023
1 parent 5ba0570 commit eae31cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
SatisfyAll = gomega.SatisfyAll
)

var checkThatInterfaceIsImplemented test_interface.Display = NewMockDisplay()
var _ test_interface.Display = NewMockDisplay() //check that interface is implemented

func TestDSL(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
Expand Down

0 comments on commit eae31cf

Please sign in to comment.