Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 23, 2024
1 parent d00f463 commit c3e12df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed:
### Changed:a

- Update `antd` to 5.18.3, [PR-68](https://github.com/reductstore/web-console/pull/68)

Expand Down
2 changes: 1 addition & 1 deletion src/Views/Replications/ReplicationDetail.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe("ReplicationDetail", () => {
await wrapper.update();
const replicationErrors = wrapper.find("Table");
expect(replicationErrors.exists()).toBeTruthy();
expect(replicationErrors.prop("dataSource")).toEqual([
expect(replicationErrors.last().prop("dataSource")).toEqual([
{
key: "error-0",
code: "0",
Expand Down

0 comments on commit c3e12df

Please sign in to comment.