Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 3, 2024
1 parent b2fa534 commit 632fd13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JAMTests/Tests/JAMTests/SafroleTests.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Blockchain
import ScaleCodec
import Testing
import Utils
Expand All @@ -13,6 +14,7 @@ struct SafroleInput {
struct SafroleTests {
@Test func works() throws {
let tinyTests = try TestLoader.getTestFiles(path: "safrole/tiny", extension: "scale")
print(tinyTests)
#expect(1 + 1 == 2)
}
}

0 comments on commit 632fd13

Please sign in to comment.