Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
updated folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsaf committed May 5, 2021
1 parent e56880b commit 37d0acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastapi_template/__init__.py → fastapi_plan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "0.1.0"

from fastapi_template.greet_command import GreetCommand
from fastapi_plan.greet_command import GreetCommand
from cleo import Application

application = Application()
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_fastapi_template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fastapi_template import __version__
from fastapi_plan import __version__


def test_version():
assert __version__ == '0.1.0'
assert __version__ == "0.1.0"

0 comments on commit 37d0acc

Please sign in to comment.