doroboty #53

Closed
maxchil wants to merge 4 commits from doroboty into master
Owner
No description provided.
Collaborator

W drugim commicie walnołeś błąd składniowy w teście (chyba nie ma to wpływu na budowanie samego projektu)

class When_writing_tests_only_for_debug_because_i_gave_up_on_code_quality
{
    private Establish context = () =>
    {
        var db = new InternshipDbContext(new DbContextOptionsBuilder<InternshipDbContext>()
            .UseNpgsql("Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=szwoniu")
            .Options);
        
        var e
    };
}
W drugim commicie walnołeś błąd składniowy w teście (chyba nie ma to wpływu na budowanie samego projektu) class When_writing_tests_only_for_debug_because_i_gave_up_on_code_quality { private Establish context = () => { var db = new InternshipDbContext(new DbContextOptionsBuilder<InternshipDbContext>() .UseNpgsql("Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=szwoniu") .Options); var e }; }
Zonar closed this pull request 2020-10-09 07:59:05 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: system-praktyk/system-praktyk-api#53
No description provided.