Skip to content

Commit

Permalink
fix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Sep 13, 2023
1 parent c8f146e commit 3f7f16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mapper/cdevents/mapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func TestMapTestkubeEventFinishTestSuiteToCDEvent(t *testing.T) {
}

suiteURI := cde.Subject.Content.TestSuite.Uri
if suiteURI != "/test-suites//Suite 1" {
if suiteURI != "/test-suites/Suite 1" {
t.Errorf("Unexpected test case uri: %s", suiteURI)
}

Expand Down

0 comments on commit 3f7f16d

Please sign in to comment.