Skip to content

Commit

Permalink
Update write_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar authored Sep 29, 2024
1 parent 1de936d commit 35b8dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ func MustNewValue(data interface{}) Value {
return value
}

func ExampleIssue190(t *testing.T) {
func ExampleIssue190() {
dataset := Dataset{
Elements: []*Element{
&Element{
Expand All @@ -992,4 +992,5 @@ func ExampleIssue190(t *testing.T) {
if err != nil {
t.Errorf("unexpected error: %v", err)

Check failure on line 993 in write_test.go

View workflow job for this annotation

GitHub Actions / Benchmark (push)

undefined: t

Check failure on line 993 in write_test.go

View workflow job for this annotation

GitHub Actions / Build and Test

undefined: t
}
// Output:
}

0 comments on commit 35b8dbd

Please sign in to comment.