Skip to content

Commit

Permalink
chore: Missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Aug 26, 2024
1 parent fd131f2 commit e4a28d3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Windows.Storage;

namespace Uno.UI.Samples.Tests.Windows_Storage
Expand Down Expand Up @@ -286,7 +284,8 @@ public void When_Container_Values_Type()
var instance = SUT.Values;

Check notice on line 284 in src/Uno.UI.RuntimeTests/Tests/Windows_Storage/Given_ApplicationDataContainer.cs

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/Uno.UI.RuntimeTests/Tests/Windows_Storage/Given_ApplicationDataContainer.cs#L284

Remove the unused local variable 'instance'.
Assert.IsInstanceOfType(SUT.Values, typeof(ApplicationDataContainerSettings));
}


[TestMethod]
public void When_KeyDoesNotExist_TryGetValue()
{
var SUT = ApplicationData.Current.LocalSettings;
Expand Down

0 comments on commit e4a28d3

Please sign in to comment.