Skip to content

Commit

Permalink
updated to suggested change
Browse files Browse the repository at this point in the history
Updated sentence in the test case

Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: GLVSKiriti <116095646+GLVSKiriti@users.noreply.github.com>
  • Loading branch information
GLVSKiriti and yurishkuro committed Sep 12, 2023
1 parent 67cd698 commit 60c9e64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import test8 from './testCases/test8';
describe.each([[test1], [test2], [test3], [test4], [test5], [test6], [test7], [test8]])(
'Happy Path',
testProps => {
it('Should find criticalPathSections correctly', () => {
it('should find criticalPathSections correctly', () => {
const rootSpanId = testProps.trace.spans[0].spanID;
const spanMap = testProps.trace.spans.reduce((map, span) => {
map.set(span.spanID, span);
Expand Down

0 comments on commit 60c9e64

Please sign in to comment.