Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jan 3, 2024
1 parent 4347b02 commit 4130997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/actual_db_schema/commands/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActualDbSchema
module Commands
# Shows the list of phantom migrations
class List
class List < Base
private

def call_impl
Expand Down
2 changes: 1 addition & 1 deletion lib/actual_db_schema/commands/rollback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActualDbSchema
module Commands
# Rolls back all phantom migrations
class Rollback
class Rollback < Base
private

def call_impl
Expand Down

0 comments on commit 4130997

Please sign in to comment.