Skip to content

Commit

Permalink
cmd/prague: reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Sep 18, 2024
1 parent 940d729 commit db08457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/prague/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import (

func main() {
fmt.Println("Touching contracts")
//testTouchContracts()
testTouchContracts()
fmt.Println("2537")
//test2537()
test2537()
fmt.Println("2537")
//test2537Long()
test2537Long()
fmt.Println("3074")
//test3074()
test3074()
fmt.Println("7702")
//test7702()
test7702()
fmt.Println("2935")
test2935()
}
Expand Down

0 comments on commit db08457

Please sign in to comment.