Skip to content

Commit

Permalink
fix(numbat)
Browse files Browse the repository at this point in the history
 closes #7592
  • Loading branch information
jhheider committed Oct 11, 2024
1 parent e5a96db commit 94752c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/numbat.dev/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test:
print(8 km / (1 h + 25 min))
print(atan2(30 cm, 1 meter) -> degree)
let ω = 2π c / 660 nm
print(ω)
print("{ω -> 1/s}")
print("Energy of a red photon { ℏ ω -> eV }")
script:
- test "$(numbat $FIXTURE)" = "$OUT"
Expand Down

0 comments on commit 94752c7

Please sign in to comment.