Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 21, 2024
1 parent 6ce70a0 commit 48e596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/snowflake/staging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (s *SnowflakeTestSuite) TestPrepareTempTable() {

func (s *SnowflakeTestSuite) TestLoadTemporaryTable() {
tempTableID, tableData := generateTableData(100)
fp, err := s.stageStore.writeTemporaryTableFile(tableData, tempTableID.FullyQualifiedName())
fp, err := s.stageStore.writeTemporaryTableFile(tableData, tempTableID)
assert.NoError(s.T(), err)
// Read the CSV and confirm.
csvfile, err := os.Open(fp)
Expand Down

0 comments on commit 48e596a

Please sign in to comment.