Skip to content

Commit

Permalink
Fix test asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Nov 30, 2024
1 parent 50b1551 commit d6d6660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Tests/Runtime/Agents/UGUIPlaybackAgentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public async Task Run_WithAssetFile()
#endif
agent.Logger = Debug.unityLogger;
agent.Random = new RandomFactory(0).CreateRandom();
agent.name = TestContext.CurrentContext.Test.Name;

using (var cancellationTokenSource = new CancellationTokenSource())
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestAssets/PlaybackAgent.asset
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d429d6926ea8c4f688c2bfed7e53d7cf, type: 3}
m_Name: Run_WithAssetFile
m_Name: PlaybackAgent
m_EditorClassIdentifier:
description:
recordedJson: {fileID: 4900000, guid: 7847549ddc204e628dbc7746afd8f03f, type: 3}

0 comments on commit d6d6660

Please sign in to comment.