Skip to content

Commit

Permalink
add forward slash to fullActionName
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre authored Jan 10, 2025
1 parent 000a877 commit 270ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/core/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestActionTracing(t *testing.T) {
}
// The same trace store is used for all tests, so there might be several traces.
// Look for this one, which has a unique name.
fullActionName := provider + actionName
fullActionName := provider + '/' + actionName
for _, td := range tc.Traces {
if td.DisplayName == fullActionName {
// Spot check: expect a single span.
Expand Down

0 comments on commit 270ce26

Please sign in to comment.