Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed Aug 9, 2024
1 parent a667e8e commit f0126e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func TestWrite(t *testing.T) {
wantError: nil,
},
{
name: "native PixelData: 2 InternalSamplesPerPixel, 2 frames",
name: "native PixelData: 2 SamplesPerPixel, 2 frames",
dataset: Dataset{Elements: []*Element{
mustNewElement(tag.MediaStorageSOPClassUID, []string{"1.2.840.10008.5.1.4.1.1.1.2"}),
mustNewElement(tag.MediaStorageSOPInstanceUID, []string{"1.2.3.4.5.6.7"}),
Expand Down

0 comments on commit f0126e8

Please sign in to comment.