Skip to content

Commit d93750d

Browse files
Improve documentation for TestParse_CEchoRQ test
Co-authored-by: Suyash Kumar <suyashkumar2003@gmail.com>
1 parent ae3563d commit d93750d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

parse_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ func TestParseUntilEOF(t *testing.T) {
7474

7575
// TestParse_CEchoRQ is a test for parsing a CEchoRQ command. It checks that
7676
// the command is parsed correctly and that the expected tags are present in
77-
// the dataset.
77+
// the dataset. These commands are typically very small dicom fragments, and
78+
// ensure that our parsing and transfer syntax inference logic work correctly.
7879
func TestParse_CEchoRQ(t *testing.T) {
7980
commandBytes := []byte{
8081
// Command Group Length

0 commit comments

Comments
 (0)