Commit 941f83cc authored by Ville Hallivuori's avatar Ville Hallivuori
Browse files

Merged generated java file

parent 997657e4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1214,9 +1214,7 @@ class SerializerTest {
                Arguments.of(
                        DeviceDriverEnum.ONF_TR_352,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_ONF_TR_352),
                Arguments.of(
                        DeviceDriverEnum.XR,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_XR),
                Arguments.of(DeviceDriverEnum.XR, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_XR),
                Arguments.of(
                        DeviceDriverEnum.UNDEFINED, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_UNDEFINED));
    }