Skip to content

Commit

Permalink
refactor: change it back
Browse files Browse the repository at this point in the history
Signed-off-by: Youngone Lee <[email protected]>
  • Loading branch information
Leeyoungone committed Jul 30, 2021
1 parent d09fa20 commit d51cb8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ test("get,set,has,delete alters state as expected", async (t: Test) => {

t.false(hasPrior2, "hasPrior2 === false OK");

//await plugin2.set(key2, value2);
await apiClient.setKeychainEntry({
key: key2,
value: value2,
Expand All @@ -202,7 +201,6 @@ test("get,set,has,delete alters state as expected", async (t: Test) => {
t.ok(valueAfter2, "valueAfter2 truthy OK");
t.equal(valueAfter2, value2, "valueAfter2 === value OK");

//await plugin2.delete(key2);
await apiClient.deleteKeychainEntry({
key: key2,
});
Expand Down

0 comments on commit d51cb8d

Please sign in to comment.