Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Nov 16, 2024
1 parent de5281b commit 42ff37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contract/dns/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestResolve(t *testing.T) {
}{
{"industries.ton", "0:ab027c8b08f5bbb529d643b64eff3b434e3d236347d697e4ffc8a6e8ba160504", true},
{"oo0ili0oo.t.me", "0:afa066774812c345ff23ad53e04225e657134a087d133021b3fb8667a11efe74", true},
{"packages.ton", "0:afa066774812c345ff23ad53e04225e657134a087d133021b3fb8667a11efe74", false},
{"metadata.ton", "0:afa066774812c345ff23ad53e04225e657134a087d133021b3fb8667a11efe74", false},
{"shibdev.dolboeb.t.me", "0:2c979f6a3b2f42d972f9e39da519b1d4f5b23797896145aa2978d67cd8d44af2", true},
{"hfdshfkjshkjdhfklhldkfhlakjh.ton", "0:ab027c8b08f5bbb529d643b64eff3b434e3d236347d697e4ffc8a6e8ba160504", false},
{"ololo.png", "0:ab027c8b08f5bbb529d643b64eff3b434e3d236347d697e4ffc8a6e8ba160504", false},
Expand Down
2 changes: 1 addition & 1 deletion tvm/tvmExecutor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestGet_Benchmark(t *testing.T) {
if err != nil {
fmt.Println(err)
}
c, err := createConfig(conf)
c, err := CreateConfig(conf)
if err != nil {
fmt.Println(err)
}
Expand Down

0 comments on commit 42ff37c

Please sign in to comment.