Skip to content

Commit f71d06e

Browse files
committed
fix testing
1 parent 7174e1e commit f71d06e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Scarb.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ edition = "2024_07"
88
sierra-replace-ids = true
99

1010
[dependencies]
11-
#pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
12-
pixelaw = { path = "../core/contracts" }
11+
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
12+
#pixelaw = { path = "../core/contracts" }
1313
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.3.0" }
1414

1515
[dev-dependencies]
1616
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.3.0" }
17-
#pixelaw_test = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
18-
#pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
19-
pixelaw_testing = { path = "../core/pixelaw_testing" }
17+
pixelaw_testing = { git = "https://github.com/pixelaw/core", tag = "v0.6.20" }
18+
#pixelaw_testing = { path = "../core/pixelaw_testing" }
2019

2120
[[target.starknet-contract]]
2221
sierra = true

0 commit comments

Comments
 (0)