Skip to content

Commit 494e9bd

Browse files
authored
Bad but not illegal value...
1 parent eae5007 commit 494e9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Development/nmos/test/control_protocol_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ BST_TEST_CASE(testConstraints)
10281028
});
10291029
const auto bad_struct2_2 = value_of({
10301030
{ U("enumProperty"), enum_value::foo },
1031-
{ U("stringProperty"), U("x£") }, // bad value
1031+
{ U("stringProperty"), U("x$") }, // bad value
10321032
{ U("numberProperty"), 100 },
10331033
{ U("booleanProperty"), true },
10341034
{ U("structProperty"), value_of({

0 commit comments

Comments
 (0)