Skip to content

Commit 057977a

Browse files
committed
fix comment
1 parent 29008a1 commit 057977a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Backend/Workspaces/SnowflakeDynamicBackendsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ public function testImportToStorageFromWorkspaceWithDynamicBackend(): void
387387
'incremental' => true,
388388
]);
389389
// There is no way to assert the warehouse used for import.
390-
// You can only check it in the UI in Snowflake's QueryHistory or in SNOWFLAKE.ACCOUNT_USAGE.QUERY_HISTORY
390+
// You can only check it in the UI in Snowflake's QueryHistory or in SNOWFLAKE.ACCOUNT_USAGE.QUERY_HISTORY.
391+
// You should see the warehouse with suffix "_TESTSIZE" in the name.
391392
}
392393
}

0 commit comments

Comments
 (0)