Skip to content

Commit

Permalink
Fix Typo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk authored Jan 17, 2023
1 parent 57b8e56 commit a94f881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class TestCase1 extends utest.Test {
}
}
@:depends(some.pack.TestCase2)
@:depends(some.pack.TestCase1)
class TestCase2 extends utest.Test {
function test2() {
//...
Expand Down

0 comments on commit a94f881

Please sign in to comment.