Skip to content

Commit

Permalink
rugg is dumb dont trust him
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
willruggiano committed Feb 12, 2025
1 parent e3f5273 commit c717947
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions test/console/__snapshots__/workers.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6966,
"_hack_numeric_id": 7134,
"active": {
"active": true,
},
Expand All @@ -31,7 +31,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6961,
"_hack_numeric_id": 7129,
"active": {
"active": true,
},
Expand All @@ -51,7 +51,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6963,
"_hack_numeric_id": 7131,
"active": {
"active": true,
},
Expand All @@ -71,7 +71,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6965,
"_hack_numeric_id": 7133,
"active": {
"active": true,
},
Expand All @@ -91,7 +91,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6964,
"_hack_numeric_id": 7132,
"active": {
"active": true,
},
Expand All @@ -111,7 +111,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6971,
"_hack_numeric_id": 7139,
"active": {
"active": true,
},
Expand All @@ -131,7 +131,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6962,
"_hack_numeric_id": 7130,
"active": {
"active": true,
},
Expand All @@ -151,7 +151,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6967,
"_hack_numeric_id": 7135,
"active": {
"active": true,
},
Expand All @@ -171,7 +171,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6968,
"_hack_numeric_id": 7136,
"active": {
"active": true,
},
Expand All @@ -191,7 +191,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6969,
"_hack_numeric_id": 7137,
"active": {
"active": true,
},
Expand All @@ -211,7 +211,7 @@ exports[`[console] workers list 1`] = `
"__typename": "WorkerEdge",
"node": {
"__typename": "Worker",
"_hack_numeric_id": 6970,
"_hack_numeric_id": 7138,
"active": {
"active": true,
},
Expand Down
1 change: 0 additions & 1 deletion test/console/workers.test.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ query PaginateWorkersTest($account: ID!, $first: Int, $after: String) {
}

fragment Worker_fragment on Worker {
_hack_numeric_id
active {
active
}
Expand Down

0 comments on commit c717947

Please sign in to comment.