Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Sep 25, 2022
1 parent dc5b939 commit 455515d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/__snapshots__/science.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exports[`science > 42 > chemicalElement 1`] = `

exports[`science > 42 > unit 1`] = `
{
"name": "hertz",
"symbol": "Hz",
"name": "pascal",
"symbol": "Pa",
}
`;

Expand All @@ -25,8 +25,8 @@ exports[`science > 1211 > chemicalElement 1`] = `

exports[`science > 1211 > unit 1`] = `
{
"name": "gray",
"symbol": "Gy",
"name": "henry",
"symbol": "H",
}
`;

Expand All @@ -40,7 +40,7 @@ exports[`science > 1337 > chemicalElement 1`] = `

exports[`science > 1337 > unit 1`] = `
{
"name": "candela",
"symbol": "cd",
"name": "radian",
"symbol": "rad",
}
`;

0 comments on commit 455515d

Please sign in to comment.