Skip to content

Commit

Permalink
Merge branch 'sanjit-bhat/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Jan 25, 2024
2 parents 4773610 + 3959cea commit 629b8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualization_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package porcupine

import (
"io/ioutil"
"os"
"reflect"
"testing"
)

func visualizeTempFile(t *testing.T, model Model, info linearizationInfo) {
file, err := ioutil.TempFile("", "*.html")
file, err := os.CreateTemp("", "*.html")
if err != nil {
t.Fatalf("failed to create temp file")
}
Expand Down

0 comments on commit 629b8ef

Please sign in to comment.