Skip to content

Commit

Permalink
fix: err
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Dec 31, 2024
1 parent 0318f03 commit ceb555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/launcher/launcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ import (

func TestLauncher(t *testing.T) {
l := launcher.New("https://example.com")
assert.NoError(t, l.Launch(context.TODO(), &config.Browser{}))
assert.Error(t, l.Launch(context.TODO(), &config.Browser{}))
}

0 comments on commit ceb555e

Please sign in to comment.