Skip to content

Commit

Permalink
Make the test case name better reflect the actions taken for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-aandrew committed Jan 19, 2023
1 parent 84e4a16 commit 153f4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void ExportGameObjects_SceneClosedAfterExport()

[Ignore("[USDU-275] | [USDU-279]")]
[Test]
public void ExportAsUsdz_DataStructureKept()
public void ExportAsUsdz_DataStructureKeptOnImport()
{
var scene = ImportHelpers.InitForOpen(GetTestAssetPath(TestAssetData.FileName.TexturedOpaque));
var importedUsdObject = ImportHelpers.ImportSceneAsGameObject(scene, importOptions:
Expand Down

0 comments on commit 153f4af

Please sign in to comment.