ADOUtils.Tests.DisconnectedDataRecordTest.Should_keep_only_the_first_value_with_multiple_column_with_the_same_name C# (CSharp) Method

Should_keep_only_the_first_value_with_multiple_column_with_the_same_name() private method

        public void Should_keep_only_the_first_value_with_multiple_column_with_the_same_name()
        {
            _target["Name"].Should().Be.EqualTo("row 1");
        }