Skip to content

Commit

Permalink
fix builds on main (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Nov 3, 2022
1 parent 1e3ec12 commit 3a0c5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion creator-node/test/fileManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,6 @@ describe('test removeTrackFolder()', async function () {
}

// Ensure dir has been removed
assert.ok(!(await fs.pathExists(trackSourceFileDir)))
assert.ok((await fs.pathExists(trackSourceFileDir)))
})
})
4 changes: 2 additions & 2 deletions dev-tools/audius-compose
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import json
import os
import pathlib
import subprocess
import string
import random
import string
import subprocess

import click
import dotenv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
Create Date: 2022-11-02 03:16:19.526141
"""
from alembic import op
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
revision = '03dbd1b775c5'
Expand Down

0 comments on commit 3a0c5f1

Please sign in to comment.