@@ -218,8 +218,8 @@ def test_replay_with_stub_data_record_passes_to_callback(
218218 assert record .size == 1
219219 assert record .flags == 128
220220 assert record .channel_id == 0
221- assert record .action == 67
222- assert record .side == 65
221+ assert record .action == "C"
222+ assert record .side == "A"
223223 assert record .ts_recv == 1609160400000704060
224224 assert record .ts_in_delta == 22993
225225 assert record .sequence == 1170352
@@ -733,8 +733,8 @@ def test_dbnstore_iterable(
733733 assert first .size == 1
734734 assert first .flags == 128
735735 assert first .channel_id == 0
736- assert first .action == 67
737- assert first .side == 65
736+ assert first .action == "C"
737+ assert first .side == "A"
738738 assert first .ts_recv == 1609160400000704060
739739 assert first .ts_in_delta == 22993
740740 assert first .sequence == 1170352
@@ -750,8 +750,8 @@ def test_dbnstore_iterable(
750750 assert second .size == 1
751751 assert second .flags == 128
752752 assert second .channel_id == 0
753- assert second .action == 67
754- assert second .side == 65
753+ assert second .action == "C"
754+ assert second .side == "A"
755755 assert second .ts_recv == 1609160400000711344
756756 assert second .ts_in_delta == 19621
757757 assert second .sequence == 1170353
0 commit comments