Skip to content

Commit

Permalink
Rename a test
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 5, 2024
1 parent 69a9336 commit 6c91b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde-generate/tests/dart_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import '../lib/src/bcs/bcs.dart';
import '../lib/src/bincode/bincode.dart';
void main() {{
test('{0} serialization matches deserialization', () {{
test('{0} simple data', () {{
final expectedBytes = {1};
Test deserializedInstance = Test.{0}Deserialize(expectedBytes);
Expand Down

0 comments on commit 6c91b63

Please sign in to comment.