Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyGahafer committed Dec 20, 2024
1 parent 271123f commit 679df2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`getInstanceMap > matches snapshot for Test Suite 1 1`] = `
{
"groupId": "Postman Collection",
"groupId": "Test Collection",
"results": {
"stats": {
"failures": 0,
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`getInstanceMap > matches snapshot for Test Suite 1 1`] = `

exports[`getInstanceMap > matches snapshot for Test Suite 2 1`] = `
{
"groupId": "Postman Collection",
"groupId": "Test Collection",
"results": {
"stats": {
"failures": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { InstanceReport } from 'types';

describe('getInstanceMap', () => {
const xmlInput = `
<testsuites name="Postman Collection" tests="4" failures="0" errors="0" time="200">
<testsuites name="Test Collection" tests="4" failures="0" errors="0" time="200">
<testsuite name="Test Suite 1" timestamp="2024-12-20T22:12:47.937Z" tests="2" failures="0" errors="0" skipped="0" time="10">
<testcase classname="path/to/file.test.ts" name="Test Case 1" time="3"/>
<testcase classname="path/to/file.test.ts" name="Test Case 2" time="7"/>
Expand Down

0 comments on commit 679df2a

Please sign in to comment.