Skip to content

Commit

Permalink
bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Jun 3, 2021
1 parent 8c6fe56 commit 35b4fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lust"
version = "0.1.0"
version = "1.0.0"
authors = ["Harrison Burt <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion tests/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_png_upload1():


def test_get_img1():
r = requests.get(f"http://127.0.0.1:7070/images/4463d548-9408-4762-a281-04c439db224c")
r = requests.get(f"http://127.0.0.1:7070/images/3163ad37-1a36-4e76-9257-4f27c09c6457")
assert r.status_code == 200


Expand Down

0 comments on commit 35b4fdb

Please sign in to comment.