Skip to content

Commit 7fd89c5

Browse files
reorder in Cargo.toml
1 parent 816624e commit 7fd89c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ features = {}
5555
[dependencies.ureq]
5656
workspace = true
5757

58-
[[test]]
59-
path = "tests/assembly/test_script.rs"
60-
name = "test-script"
61-
6258
[[test]]
6359
path = "tests/assembly/test_assembly.rs"
6460
name = "test-assembly"
6561

62+
[[test]]
63+
path = "tests/assembly/test_script.rs"
64+
name = "test-script"
65+
6666
[[bin]]
6767
path = "src/main.rs"
6868
name = "typedb-console"

0 commit comments

Comments
 (0)