Skip to content

Commit 6da334c

Browse files
committed
Fix test
1 parent 88e3a5a commit 6da334c

File tree

3 files changed

+66
-61
lines changed

3 files changed

+66
-61
lines changed

bindings/devup-ui-wasm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ mod tests {
246246
sheet.set_theme(theme);
247247
}
248248

249-
assert_debug_snapshot!(get_css(None, false).unwrap());
249+
assert_debug_snapshot!(get_css(None, false).unwrap().split("*/").nth(1).unwrap());
250250
}
251251

252252
#[test]

0 commit comments

Comments
 (0)