aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/natspec/natspec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethutil/natspec/natspec_test.go')
-rw-r--r--ethutil/natspec/natspec_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethutil/natspec/natspec_test.go b/ethutil/natspec/natspec_test.go
index 3c70a0840..498f8d78e 100644
--- a/ethutil/natspec/natspec_test.go
+++ b/ethutil/natspec/natspec_test.go
@@ -38,7 +38,7 @@ func TestNotice(t *testing.T) {
method := "multiply"
- ns, err := NewNATSpec()
+ ns, err := New()
if err != nil {
t.Errorf("NewNATSpec error %v", err)
}
@@ -68,6 +68,7 @@ func TestNotice(t *testing.T) {
}
}
+ // https://github.com/ethereum/natspec.js/issues/1
// badDesc := "Will multiply `e` by 7 and return `a * 7`."
// notice, err = ns.Notice(tx, abi, method, badDesc)