Skip to content

Commit

Permalink
Update JsonTest.Codeunit.al
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperSchulz authored Mar 22, 2024
1 parent d56f591 commit b9d9d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/System Application/Test/Json/src/JsonTest.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace System.Test.Text.Json;

using System.Json;
using System.Text.Json;
using System.Device;
using System.TestLibraries.Utilities;

Expand Down Expand Up @@ -373,4 +373,4 @@ codeunit 139910 "Json Test"
// [THEN] The removed value matches the expected value
Assert.AreEqual('[{"id":"ABC123"},{"id":"DYK484"}]', JsonArrayText, 'The removed value does not match the expected value.');
end;
}
}

0 comments on commit b9d9d74

Please sign in to comment.