Skip to content

Commit

Permalink
fix: no-useless-computed-key
Browse files Browse the repository at this point in the history
  • Loading branch information
karelianpie committed Apr 11, 2022
1 parent 9a99aef commit a0585a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interfaces/earnings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ describe("EarningsInterface", () => {
beforeEach(() => {
subgraphFetchQueryMock.mockResolvedValue({
data: {
["block_30380"]: {
block_30380: {
strategies: [
{
latestReport: {
Expand All @@ -285,7 +285,7 @@ describe("EarningsInterface", () => {
],
vaultDayData: [{ timestamp: "1648887421" }]
},
["block_36140"]: {
block_36140: {
strategies: [
{
latestReport: {
Expand All @@ -296,7 +296,7 @@ describe("EarningsInterface", () => {
],
vaultDayData: [{ timestamp: "1648801021" }]
},
["block_41900"]: {
block_41900: {
strategies: [
{
latestReport: {
Expand Down

0 comments on commit a0585a8

Please sign in to comment.