Fix test
1 files changed, 5 insertions(+), 1 deletions(-)

M test.sml
M test.sml +5 -1
@@ 1225,7 1225,11 @@ structure TestSummarising : TESTS = stru
                               ({ rate = RATE 10.0,
                                  sort = StatelessSyntheticStream.EMPTY })))
             in
-                equal (rateOf (S.rate s), 2.5) andalso
+                (* Because the upstream is empty, its actual rate
+                   cannot be deduced and so defaults to its nominal
+                   rate
+                *)
+                equal (rateOf (S.rate s), 10.0) andalso
                 intsEqual (S.channels s, 1) andalso
                 realTimesEqual (S.time s, RealTime.zeroTime) andalso
                 checkNone (S.read (s, 7))