github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/is_sorted/1.tftest.hcl (about)

     1  run "a" {
     2      assert {
     3          condition = test_resource.resource.value == null
     4          error_message = "should pass"
     5      }
     6  }