From 959c99fb1968050decf2198eb435ff21a275627a Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Wed, 11 Sep 2024 17:40:52 +0200 Subject: [PATCH] make rust test pass --- src/core/src/survey/bitvector.rs | 2 +- src/js/libs/astro/angle.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/src/survey/bitvector.rs b/src/core/src/survey/bitvector.rs index b8db1b2c..05edc2c4 100644 --- a/src/core/src/survey/bitvector.rs +++ b/src/core/src/survey/bitvector.rs @@ -28,7 +28,7 @@ impl BitVector { } mod tests { - + use super::BitVector; #[test] fn test_bitvector_basic_op() { diff --git a/src/js/libs/astro/angle.js b/src/js/libs/astro/angle.js index ae1e2dab..d216d8bd 100644 --- a/src/js/libs/astro/angle.js +++ b/src/js/libs/astro/angle.js @@ -3,6 +3,7 @@ //================================= import { Format } from "./coo"; +/* /** * Creates an angle of the Aladin interactive sky atlas. * @class