Skip to content

Commit

Permalink
fix(tests): make the tests use open-api feature
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <tareknaser360@gmail.com>
  • Loading branch information
tareknaser committed Jul 10, 2023
1 parent 35a2032 commit 4ba7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
coffee_lib = { path = "../coffee_lib" }
coffee_lib = { path = "../coffee_lib", features = ["open-api"] }
coffee_testing = { path = "../coffee_testing" }
anyhow = "1.0.71"
log = { version = "0.4", features = ["std"] }
Expand Down

0 comments on commit 4ba7fb1

Please sign in to comment.