Skip to content

Commit

Permalink
test: fix sized_sequence_of_in_sequence test type
Browse files Browse the repository at this point in the history
  • Loading branch information
6d7a committed Mar 13, 2024
1 parent aa87c02 commit be946a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasn-compiler-tests/tests/structured_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ e2e_pdu!(
sized_sequence_of_in_sequence_field,
r#"PersonnelRecord ::= SET {
title VisibleString,
children SEQUENCE SIZE(0..4) OF INTEGER DEFAULT {}
children SEQUENCE SIZE(0..4) OF VisibleString DEFAULT {}
}"#,
r#"
#[derive (AsnType, Debug, Clone, Decode, Encode, PartialEq)]
Expand Down

0 comments on commit be946a7

Please sign in to comment.