mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-19 19:31:26 +00:00
Fix blank lines in test
This commit is contained in:
parent
ac155b7f17
commit
9dffb69162
@ -56,7 +56,6 @@ describe('badges', () => {
|
||||
`
|
||||
|
||||
describe('unauthenticated', () => {
|
||||
|
||||
it('throws authorization error', async () => {
|
||||
client = new GraphQLClient(host)
|
||||
await expect(
|
||||
@ -118,7 +117,6 @@ describe('badges', () => {
|
||||
`
|
||||
|
||||
describe('unauthenticated', () => {
|
||||
|
||||
it('throws authorization error', async () => {
|
||||
client = new GraphQLClient(host)
|
||||
await expect(
|
||||
@ -175,7 +173,6 @@ describe('badges', () => {
|
||||
`
|
||||
|
||||
describe('unauthenticated', () => {
|
||||
|
||||
it('throws authorization error', async () => {
|
||||
client = new GraphQLClient(host)
|
||||
await expect(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user