Skip to content

Commit

Permalink
Fix test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Sep 20, 2023
1 parent 5cf316f commit 0bc30ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_struct_removal(self):

def test_struct_content_type_change(self):
self.ValidateUpdate(
"Structure removal is not ok, but adding is ok",
"Changing structure data types is never ok",
"client Cluster X = 1 { struct Foo { int32u x = 1; } }",
"client Cluster X = 1 { struct Foo { int64u x = 1; } }",
Compatibility.FORWARD_FAIL | Compatibility.BACKWARD_FAIL)
Expand Down

0 comments on commit 0bc30ce

Please sign in to comment.