diff --git a/rust/test/shared/accessors_test.rs b/rust/test/shared/accessors_test.rs index 5084b218d8..2007273f91 100644 --- a/rust/test/shared/accessors_test.rs +++ b/rust/test/shared/accessors_test.rs @@ -28,7 +28,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -/// Tests covering accessors for singular bool, int64, and bytes fields. +/// Tests covering accessors for singular bool, int32, int64, and bytes fields. use unittest_proto::proto2_unittest::TestAllTypes; #[test]