Skip to content

Commit

Permalink
Test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Dec 3, 2024
1 parent 4423254 commit 5f2692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/transcoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestLocalTranscoder(t *testing.T) {
func TestNvidia_Transcoder(t *testing.T) {
dev := os.Getenv("NV_DEVICE")
if dev == "" {
t.Skip("No device specified; skipping remainder of Nvidia tests")
t.Skip("No device specified teste test; skipping remainder of Nvidia tests")
return
}

Expand Down

0 comments on commit 5f2692e

Please sign in to comment.