Skip to content

Commit

Permalink
variable change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fennne committed Dec 10, 2024
1 parent 92e41ca commit 207b017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/public/runs/detail.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ module.exports = () => {
};

let badges;
let updateTagDto = {};
const expectedBgColorBefore = 'badge b1 b-gray-light bg-gray-light';
const expectedBgColorAfter = 'rgb(255, 0, 0)'; //Red

Expand All @@ -563,7 +562,7 @@ module.exports = () => {

expect(badges[0].className).to.eql(expectedBgColorBefore);

updateTagDto = {
const updateTagDto = {
body: {
color: '#FF0000', //Red
},
Expand Down

0 comments on commit 207b017

Please sign in to comment.