Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Apr 1, 2024
1 parent e5baeed commit 796925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gql/heart-monitor/heart-monitor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ const testProxies = async (fields?: GQLProxies) => {
}
}

test("featureFlags", async () => {
test("proxies", async () => {
await testProxies(defaultProxy)
await testProxies()
})
Expand Down

0 comments on commit 796925f

Please sign in to comment.