Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed Sep 28, 2024
1 parent 15abe41 commit 39a2405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dsl/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ func (t testAudioDevice) OnKey(ctx core.Context, deviceID int, channel int, note
}
func (t testAudioDevice) Schedule(event core.TimelineEvent, beginAt time.Time) {}
func (t testAudioDevice) Reset() {}
func (t testAudioDevice) Close() error { return nil } { return nil }

func (t testAudioDevice) Close() error { return nil }

func checkError(t *testing.T, err error) {
t.Helper()
Expand Down

0 comments on commit 39a2405

Please sign in to comment.