mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +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