Skip to content

Commit

Permalink
Fixed PostgreSQL version number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 16, 2023
1 parent eb4e2ad commit 150d23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public string DockerCommand(string serverName, string adminPassword) =>
};


public string ExpectedVersionPrefix => "PostgreSQL 15.";
public string ExpectedVersionPrefix => "PostgreSQL 16.";
public bool SupportsCreateDatabase => true;
}

0 comments on commit 150d23d

Please sign in to comment.