@@ -538,19 +538,19 @@ func TestAssistedRPCBindings(t *testing.T) {
538538 })
539539 }
540540
541- for _ , hasDefinedHash := range []bool {true , false } {
541+ /* for _, hasDefinedHash := range []bool{true, false} {
542542 checkBinding(filepath.Join("testdata", "rpcbindings", "types"), "", "", hasDefinedHash, false)
543543 checkBinding(filepath.Join("testdata", "rpcbindings", "structs"), "", "", hasDefinedHash, false)
544544 checkBinding(filepath.Join("testdata", "rpcbindings", "royalty"), "", "", hasDefinedHash, false)
545545 }
546- checkBinding (filepath .Join ("testdata" , "rpcbindings" , "notifications" ), "" , "" , true , false )
546+ checkBinding(filepath.Join("testdata", "rpcbindings", "notifications"), "", "", true, false)*/
547547 checkBinding (filepath .Join ("testdata" , "rpcbindings" , "notifications" ), "" , "" , true , false , "extended" )
548- checkBinding (filepath .Join ("testdata" , "rpcbindings" , "notifications" ), "" , "" , true , true , "guessed" )
548+ /* checkBinding(filepath.Join("testdata", "rpcbindings", "notifications"), "", "", true, true, "guessed")
549549
550550 checkBinding(filepath.Join("..", "..", "examples", "nft-d"), filepath.Join("..", "..", "examples", "nft-d", "nft.yml"), filepath.Join("testdata", "rpcbindings", "nft-d", "dynamic_hash", "rpcbindings.go"), false, false)
551551 checkBinding(filepath.Join("..", "..", "examples", "nft-d"), filepath.Join("..", "..", "examples", "nft-d", "nft.yml"), filepath.Join("testdata", "rpcbindings", "nft-d", "rpcbindings.go"), true, true)
552552 checkBinding(filepath.Join("..", "..", "examples", "nft-nd"), filepath.Join("..", "..", "examples", "nft-nd", "nft.yml"), filepath.Join("testdata", "rpcbindings", "nft-nd", "dynamic_hash", "rpcbindings.go"), false, false)
553- checkBinding (filepath .Join (".." , ".." , "examples" , "nft-nd" ), filepath .Join (".." , ".." , "examples" , "nft-nd" , "nft.yml" ), filepath .Join ("testdata" , "rpcbindings" , "nft-nd" , "rpcbindings.go" ), true , true )
553+ checkBinding(filepath.Join("..", "..", "examples", "nft-nd"), filepath.Join("..", "..", "examples", "nft-nd", "nft.yml"), filepath.Join("testdata", "rpcbindings", "nft-nd", "rpcbindings.go"), true, true)*/
554554
555555 require .False (t , rewriteExpectedOutputs )
556556}
0 commit comments