We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2591813 commit ca27490Copy full SHA for ca27490
w2_2_code/test/Score.test.js
@@ -20,7 +20,7 @@ describe('Score', function () {
20
score = await Score.deploy()
21
teacher = await Teacher.deploy(score.address)
22
23
- // 设置wallet1为teacher
+ // 设置teacher合约
24
await score.setTeacher(teacher.address)
25
})
26
0 commit comments