Commit 02958b60 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove note in void clauses

parent 23e0b2b8
Loading
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -90,6 +90,12 @@ def gen_test(this_test, spec, sec_ref, url):
        new_ref = sec_ref.next_ref()
        spec.add_heading_from_ref(str(this_test), new_ref)

    if str(this_test) == "Void":
        ntp.add_to_spec(
            spec,
            keywords_to_text(this_test.keywords)
        )
    else:
        ntp.add_to_spec(
            spec,
            keywords_to_text(this_test.keywords),