diff --git a/platform/platform-tests/testSrc/com/intellij/wm/WindowInfoTest.kt b/platform/platform-tests/testSrc/com/intellij/wm/WindowInfoTest.kt
index b17d2b05a03d..c9e7aad0f668 100644
--- a/platform/platform-tests/testSrc/com/intellij/wm/WindowInfoTest.kt
+++ b/platform/platform-tests/testSrc/com/intellij/wm/WindowInfoTest.kt
@@ -53,6 +53,8 @@ internal class WindowInfoTest {
val a = WindowInfoImpl()
a.id = "a"
a.weight = 0.3f
+ doSerializerTest("""""", a)
+ a.weight = WindowInfoImpl.DEFAULT_WEIGHT
doSerializerTest("""""", a)
}
}
\ No newline at end of file