Fix the build (#831)
There was a bad interaction between #830 and #829, wherein they both independently changed the snapshot. So they passed individually, and failed once both merged together. This fixes it. Test plan: `yarn test --full` passes.
This commit is contained in:
parent
ab108653f3
commit
7074a9dbd8
|
@ -1559,7 +1559,7 @@ Array [
|
|||
"example-github",
|
||||
"3",
|
||||
],
|
||||
"dstIndex": 33,
|
||||
"dstIndex": 35,
|
||||
"srcIndex": 0,
|
||||
},
|
||||
Object {
|
||||
|
@ -1579,7 +1579,7 @@ Array [
|
|||
"USER",
|
||||
"wchargin",
|
||||
],
|
||||
"dstIndex": 41,
|
||||
"dstIndex": 43,
|
||||
"srcIndex": 1,
|
||||
},
|
||||
Object {
|
||||
|
@ -1600,7 +1600,7 @@ Array [
|
|||
"example-github",
|
||||
"5",
|
||||
],
|
||||
"dstIndex": 34,
|
||||
"dstIndex": 36,
|
||||
"srcIndex": 2,
|
||||
},
|
||||
Object {
|
||||
|
@ -1620,7 +1620,7 @@ Array [
|
|||
"USER",
|
||||
"wchargin",
|
||||
],
|
||||
"dstIndex": 41,
|
||||
"dstIndex": 43,
|
||||
"srcIndex": 3,
|
||||
},
|
||||
Object {
|
||||
|
|
Loading…
Reference in New Issue